Re: [PATCH] for SimpleSessionStore.java (3.3.1)

2002-04-02 Thread Bojan Smojver
Thanks Angus. The fix is now in CVS. Bojan On Wed, 2002-04-03 at 06:39, Angus Cameron wrote: > Greetings, > The attached patch fixes a bug in the tomcat 3.3.1 > org.apache.tomcat.modules.SimpleSessionStore class . In the original, > an attempt is made to cast a java.lang.String into an > org

[PATCH] for SimpleSessionStore.java (3.3.1)

2002-04-02 Thread Angus Cameron
Greetings, The attached patch fixes a bug in the tomcat 3.3.1 org.apache.tomcat.modules.SimpleSessionStore class . In the original, an attempt is made to cast a java.lang.String into an org.apache.tomcat.core.ServerSession (line 124) which causes a ClassCastException. Angus Cameron --- S