Although https://issues.apache.org/jira/browse/TAP5-257 has been fixed, I am still getting a NPE when I try to store an ASO into the session from within a HttpServletRequestFilter.

I've got a HttpServletRequestFilter that handles OpenID authentication in conjunction with tapestry-spring-security. That filter calls a service (UserDetailsService) that looks up the user in a local data store. I decorated the UserDetailsService in order to store the result of the lookup call as an ASO. I therefore inject the ApplicationStateManager into my decorator and call applicationStateManager.set(...). Unfortunately I get the below NPE.

I thought this was solved with TAP5-257 but it seems to be still there. Anyone any ideas?

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to