Back Forum Reply New

Authentication successful but Authentication object is empty

Hi all
I have quot;IllegalArgumentException: null sourcequot; exception when using Websphere authentication according to the log - Authentication was successful,  
But Authentication object passed to EventObject is empty
What am I doing wrong?

Thank you!Code:
[Servlet Error] : java.lang.IllegalArgumentException: null source
at java.util.EventObject.lt;initgt;(EventObject.java:53)
at org..context.ApplicationEvent.lt;initgt;(ApplicationEvent.java:42)
at org.acegisecurity.event.authentication.AbstractAuthenticationEvent.lt;initgt;(AbstractAuthenticationEvent.java:34)
at org.acegisecurity.event.authentication.InteractiveAuthenticationSuccessEvent.lt;initgt;(InteractiveAuthenticationSuccessEvent.java:38)
at org.acegisecurity.ui.AbstractProcessingFilter.successfulAuthentication(AbstractProcessingFilter.java:492)
at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:266)
at com.####.infrastructure.authentication.external.ContainerAuthFilter.doFilter(ContainerAuthFilter.java:156)
at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)You are using Acegi, which is no longer supported (and is vulnerable to the CVE-2010-3700 issue referred to in a previous thread). So I would consider upgrading your app.

Apart from that it's almost impossible to say really from the information here. I would use a debugger to track the progress of the authentication progress and work out why a null argument is passed.
¥
Back Forum Reply New