https://issues.apache.org/bugzilla/show_bug.cgi?id=55249
--- Comment #2 from Jeremy Boynes <[email protected]> --- Sorry, yes it should. JspC always attempts to compile the Java source generated for tag files even if the "compile" option is set "false" to indicate that operation should not be performed. The call into the Compiler comes a JspServletWrapper: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/servlet/JspServletWrapper.java?view=markup#l240 that was created by the TagFileProcessor visiting that node. The value of the "compile" option is not available at that point of the code and is not passed in. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
