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
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee Priority | P2 | |
Assignee | Ted Goddard [ ted.goddard ] |
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 | ||||
![]() ![]() ![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Ted Goddard [ ted.goddard ] |
I have verified that the application functions once a new adaptor and BridgeExternalContext is modified to instantiate the new adaptor.