Details
Description
isUserInRole fails with spring-security-core-2.0.3.jar.
This is due to the following repackaging:
import org.springframework.security.Authentication;
import org.springframework.security.GrantedAuthority;
A SpringAuthWrapper can be created to adapt to this API.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17686 | Thu Oct 02 09:56:43 MDT 2008 | ted.goddard | spring and acegi security support ( |
Files Changed | ||||
ADD
/icefaces/trunk/icefaces/lib/spring-security-core-2.0.3.jar
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/env/SpringAuthWrapper.java MODIFY /icefaces/trunk/icefaces/lib/versions-licenses.html MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/env/AcegiAuthWrapper.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17685 | Thu Oct 02 09:34:03 MDT 2008 | ted.goddard | spring and acegi security support ( |
Files Changed | ||||
ADD
/icefaces/branches/icefaces-1.7/icefaces/lib/spring-security-core-2.0.3.jar
MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/env/AcegiAuthWrapper.java ADD /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/env/SpringAuthWrapper.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/lib/versions-licenses.html |