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.
I have verified that the application functions once a new adaptor and BridgeExternalContext is modified to instantiate the new adaptor.