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
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