You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by to...@ubs.com on 2000/12/18 20:00:06 UTC

Problems with change from 3.1 to 3.2

Hi

I have an web-app, which was running in tomcat 3.1 without error.
I tried to deploy this web-app in tomcat 3.2, but i get the following exception:

java.lang.NullPointerException at 
org.apache.tomcat.facade.HttpSessionFacade.getValue(HttpSessionFacade.java:158)

I know, that tomcat3.2 is now casesensitiv and i am sure that this is not the 
reason.
What else did change from 3.1 to 3.2 or is this maybe a bug ?

Tobias Reinhardt