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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]