https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
--- Comment #9 from Remy Maucherat <r...@apache.org> --- (In reply to Mark Thomas from comment #8) > You can ignore my previous question. I've done some further work on this and > I see this error now. > > The root cause is this commit: > https://github.com/apache/tomcat/commit/ > 03e7bc8487cb706adf1f56586948a7762dd42d14 > > I'm surprised it has taken over 5 years for this regression to be reported. > But now it has, I'll see what I can do to fix it. I think everyone uses getResourceAsStream instead. The only ones who don't used it to do something like getClassLoader().getResource(directoryPath), then toString() + myFile. It's harder to get it to work, it took a while ... -- 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