Hi
We have some trouble using FormAuthenticationFilter after upgrading from 0.9.0-beta2 to 0.9.0-RC1. After login by FormAuthenticationFilter the function SecurityUtils.getSubject() returns null. Everything works perfectly with BasicHttpAuthenticationFilter
Is this an error or is there some new way I need to configure my web filter ??
/Kasper
Re: Error in FormAuthenticationFilter after upgrading from 0.9.0
Hi Kasper,
It sounds like this might be a bug. Could you please open an issue?
It would help if you could describe exactly when it returns null - immediately after the filter executes? On the next request? Any supporting information you could give in the issue would be helpful. A unit test would be fantastic, if that's at all possible ;)
Thanks!
Les
Bug created
Hi
I have oppend an issue at http://issues.jsecurity.org/browse/JSEC-123
Kasper Fock
Re: Bug created
Hi Kasper,
I just checked in a fix to SVN revision 840, but I can't verify if it will work in your environment. Please see my comments on the issue and please try it out.
Thanks,
Les