Apache Shiro 1.3.0 发布,轻量安全框架
欢迎加入运维网交流群:263444886Apache Shiro 1.3.0 发布了。此版本解决了包含自1.2.6版以来的26个问题,目前可供下载。
更新内容:
Bug
[*] - Complete CAS remember-me support
[*] - SingleArgumentMethodEventListenerTest fails
[*] - Unable to set long timeouts on HttpServletSession
[*] - SecurityManager is not a singleton in ShiroWebModule
[*] - DefaultAnnotationResolver.getAnnotation throws NullPointerException
[*] - setTarget method in DomainPermission does not set targets
[*] - passwordsMatch() returns false with right plain password-encrypted password in JVM with default locale tr_TR
[*] - OSGi import of com.google.inject in shiro-guice has incorrect version range
[*] - ExecutorServiceSessionValidationScheduler leaks resources due to improper synchronization
[*] - Use MessageDigest#isEqual() instead of Arrays#equals() for comparing digests
[*] - hash iterations is calculated wrongly in SimpleHash
[*] - SimpleCookie should check the path of the cookie
改进
[*] - Rename JndiLdapRealm to DefaultLdapRealm
[*] - WildcardPermission: change visibility of field 'parts' to protected
[*] - HttpServletResponse.encodeURL: only append JSESSIONID when necessary
[*] - AuthorizingRealm "no cache" logging should be at DEBUG level, not INFO, OR is should log only once
[*] - WildcardPermission: conformed toString
[*] - ExecutorServiceSessionValidationScheduler should create threads with a configurable name
[*] - WildcardPermission case-insensitive makes parts collections twice
[*] - CollectionUtils should use Collections wrappers of arrays if possible
新特性
[*] - Add ability to configure basic authentication for specific HTTP methods
[*] - Add an Event Bus for event publishing and low-coupling for custom components/plugins.
[*] - Hazelcast-based caching and session clustering
[*] - Add EnvironmentLoader finalizeEnvironment method
Task
[*] - Correct JDK 1.5 / 1.6 incompatibilities
[*] - Mark shiro-cas deprecated (replaced with buji-pac4j)
下载地址:
Latest Stable>
[*] 1.3.0 Binary Distribution
[*] 1.3.0 Source Code Distribution
[*] 1.3.0 Git Source repository
详情:http://shiro.apache.org/download.html
Shiro 是一个权限控制框架,因其简单而又不失强大的特点引起了不少开发者的注意。
页:
[1]