Payne, George (ghp5h) wrote: > This is a problem I've seen reported on very old versions of mod_jk, but it > seems (apparently) to have a new life in 1.2.27 and possibly other recent > versions. > > > > If a user puts a double slash (http://mysite.com//myapp/myjsp.jsp) instead > of a single slash in a url, apache does not recognize it as part of a normal > pattern (eg JkMount /myapp/*.jsp) to be forwarded to tomcat and displays it > as html/text instead of as a jsp, revealing the source.
Which is just one of the many reasons why it is a bad idea to overlap httpd's docRoot and Tomcat's docBase. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org