Hello everyone,

I was just wondering why my HttpSessionIntegrationFilter does not save my custom user object to the next request...

For my application, I have extended SecureContext to SecureUserContext, adding my domain object for users as a property.

Looking at the source of AbstractIntegrationFilter I unfortunately discovered that it just saves the authentication object, not any custom object(s) attached to it. Why don't you save just the whole SecureContext? Then it would (theoretically) never be needed to create a SecureContext again, and everything contained in it would be saved, too?

Best regards,

Andreas



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to