RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardSession.java

2004-04-01 Thread daniel andefors
Hi, IMO, this will not work if you are trying to avoid serializing attributes with the name javax.security.auth.subject. Daniel From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit:

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardSession.java

2004-04-01 Thread daniel andefors
-0500 daniel andefors wrote: Hi, IMO, this will not work if you are trying to avoid serializing attributes with the name javax.security.auth.subject. You are right. The key will not be serializable, but the value will be. I also need to make the value (e.g. the Subject) transient. Actually, i