On Tue, Oct 17, 2017 at 10:11 PM, Mark Thomas <ma...@apache.org> wrote:
> On 17/10/17 15:32, Maor Shiffman wrote: > > > No, we are using Apache web server in our production environment, but > this > > issue also reproduces in our dev environment which doesn't use a web > server. > > I have further isolated the issue to be in 8.0.45. > > Could this be related to the fix of > > https://bz.apache.org/bugzilla/show_bug.cgi?id=61185 ? > > Unlikely. > > As I said, I can't reproduce this on a clean install. > > If you could provide a test case that demonstrates this issue with a > clean install of the latest Tomcat 8.0.x release, that would enable > folks here to investigate further. > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > Hi, Attached are two war files that demonstrate the issue - ROOT.war and context2.war. There are two contexts - ROOT, that uses a url rewrite filter (tuckey) to forward all requests to the second context - context2 (which also uses a rewrite filter). Using 8.0.44 and the url http://localhost:8080/index//index.html everything works ok (note the double slash). Using 8.0.45 with the same url returns 404. Also getting a 404 with 8.0.47. Thanks, Maor
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org