You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/12/22 21:09:30 UTC

DO NOT REPLY [Bug 38015] New: - org.apache.jasper.compiler.TagLibraryInfoImpl logs warnings for valid elements

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: aah@volunteermatch.org


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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 38015] - org.apache.jasper.compiler.TagLibraryInfoImpl logs warnings for valid elements

Posted by bu...@apache.org.
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


yoavs@computer.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From yoavs@computer.org  2006-04-13 19:13 -------
I've added an explicit check for these element names, so that warnings will not
be logged for them.  Thanks for reporting this.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org