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
