Re: [PROPOSED 3.2B7 PATCH] error displayed for case mismatch in JSP URL

2000-11-16 Thread Craig R. McClanahan
+1 Craig Larry Isaacs wrote: In Tomcat 3.2b7 (and earlier), invoking http://localhost:8080/test/jsp/Helloworld.jsp results in an NPE in JspCompiler.isOutDated(). This occurs because getRealPath() returns null since the 'w' should be uppercase, hence it is considered an "unsafe" path.

[PROPOSED 3.2B7 PATCH] error displayed for case mismatch in JSP URL

2000-11-15 Thread Larry Isaacs
In Tomcat 3.2b7 (and earlier), invoking http://localhost:8080/test/jsp/Helloworld.jsp results in an NPE in JspCompiler.isOutDated(). This occurs because getRealPath() returns null since the 'w' should be uppercase, hence it is considered an "unsafe" path. To make this error return "file not