DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38015>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38015 Summary: org.apache.jasper.compiler.TagLibraryInfoImpl logs warnings for valid <tag-file> elements Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Jasper AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Couldn't find any documentation on Tomcat logging standards, but this feels like an "info" log level issue rather than a warning. The JSP 2.0 spec explicitly defines the following elements that TagLibraryInfoImpl will log warnings for (see section 3-18, Figure JSP.C-4): description, display-name, icon. Can we get the logging from createTagFileInfo() changed to INFO level, please? There's no warning here -- the TLDs are strictly conforming, the fact that jasper doesn't know what to do with these means I'd have to raise my logging threshold, thereby potentially missing messages that actually matter. A better option would be to explicitly check for these three elements and ignore them, thus leaving the log level at warning. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]