https://bz.apache.org/bugzilla/show_bug.cgi?id=60667
--- Comment #3 from Mark Thomas <ma...@apache.org> --- (In reply to Josh Soref from comment #2) > mark: did you test on Windows? Yes, the tests included Windows. > the `.` behavior is a Windows thing. Not with Tomcat it isn't. The '.' is enough to always trigger a 404 unless there actually is a directory with that name. I also tested without the '.'. > Case folding could also happen on macOS. Tomcat has code that explicitly prevents this on any case insensitive file system. It can be disabled if allowLinking is set to true but that is why there is a huge security warning in the docs about enabling that on case insensitive file systems. > (I'm not endorsing the bug, just guessing about how this could be. And I > don't have a tomcat instance handy to test.) As I previously stated, the behaviour described looks like a poorly configured reverse proxy. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org