I saw this in the changelog for 0.8.1
"""
HttpSessionContextIntegrationFilter now handles HttpSession invalidation without redirection
"""
and am wondering exactly what it means. I am...
Type: Posts; User: mdeavila; Keyword(s):
I saw this in the changelog for 0.8.1
"""
HttpSessionContextIntegrationFilter now handles HttpSession invalidation without redirection
"""
and am wondering exactly what it means. I am...
I have a bean whose value I would like to use as the key to a map entry.
I am trying to do something like this,
<bean id="portMapper" class="net.sf.acegisecurity.util.PortMapperImpl">
...
I'd like to emulate the 'su' command for our web application. I'd like one user (UserA) to be able to assume the identity of another user (UserB).
When the second user (UserB) exits they would...
I'm curious why the AclObjectIdenity interface does not provide
getId()
getClassname()
methods like NamedEntityObjectIdentity does.
When I implement
...
I'm integrating acegi into an existing application. So far so good!
My question is about the allowable syntax for MethodDeinitionSource. My goal is to specify some constant values for a parameter...