Re: Regression with servlet mapping

2008-02-05 Thread Richard Buck
That fixed it - many thanks! R On Feb 4, 2008 5:30 PM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Richard, > > Richard Buck wrote: > | Anyone else seeing this? What changed between 6.0.9 and 6.0.14? > > Google is your friend: > http://www

Re: Regression with servlet mapping

2008-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, Richard Buck wrote: | Anyone else seeing this? What changed between 6.0.9 and 6.0.14? Google is your friend: http://www.security-database.com/detail.php?cve=CVE-2007-0450 http://tomcat.apache.org/security-6.html#Fixed%20in%20Apache%20Tomcat

Regression with servlet mapping

2008-02-04 Thread Richard Buck
Hi, my application maps a servlet like this: FileServlet /files/* The servlet serves files from the file system, and is invoked by appending the path to the file on disc to the servlet base url, thus: /localhost/files/c:\temp\pic.png Under tomcat 6.0.9 this works just fine