https://issues.apache.org/bugzilla/show_bug.cgi?id=53654
Priority: P2 Bug ID: 53654 Assignee: dev@tomcat.apache.org Summary: JSP file is always recompiled for using file based TLD URL Severity: normal Classification: Unclassified Reporter: xhh...@gmail.com Hardware: PC Status: NEW Version: 7.0.29 Component: Jasper Product: Tomcat 7 Now, in Jasper codes, it only supports jar URL and relative URL, that may be enough for common web applications. While, it is possible that the third-party uses other protocol URL, like file: protocol based URL. So, the JSP files will be always recompiled for each access for the target page. The codes are located in Compiler.isOutDated() method. Is it possible to provide more generic handlering for the URL ? -- 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