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? > &

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