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 2003/07/22 10:11:10 UTC

DO NOT REPLY [Bug 21790] New: - Tomcat does not return valid XHTML in some of its error documents

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21790>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21790

Tomcat does not return valid XHTML in some of its error documents

           Summary: Tomcat does not return valid XHTML in some of its error
                    documents
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: hps@intermeta.de


We're using a sax based application to parse some pages returned by the Tomcat
server. Sometimes this application has to parse (and react) on a catalina
generated error page. However, these pages contain XML errors which can be
easily fixed (mainly, the noshade attribute is returned without a value).

According to an XHTML reference guide, the noshade attribute is deprecated and
should, if used, be used as noshade="noshade".

The attached patch fixes all occurences of this in the current 4.1 HEAD.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org