Re: [Acegisecurity-developer] SecurityContextImpl not Serializable

2005-05-21 Thread Ben Alex

Tobias Järlund wrote:

You should either have SecurityContext extend Serializable (like 
before) or have SecurityContextImpl implement it.


Fixed in CVS. I made the interface extend Serializable, as all 
implementations should be serializable into the HttpSession at least.


Best regards
Ben


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


[Acegisecurity-developer] SecurityContextImpl not Serializable

2005-05-20 Thread Tobias Järlund
Hi!
I'm trying out the latest code from CVS, and came across what seems like 
a bug. The new SecurityContext (and SecurityContextImpl) doesn't extend 
Serializable the way the old Context interface did. This causes problems 
when the SecurityContext is saved to the http session.

You should either have SecurityContext extend Serializable (like before) 
or have SecurityContextImpl implement it.

/4
---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer