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 2004/08/19 19:22:27 UTC

DO NOT REPLY [Bug 30758] New: - wrong default value for -less documents

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=30758>.
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=30758

<jsp:output> wrong default value for <jsp:root>-less documents

           Summary: <jsp:output> wrong default value for <jsp:root>-less
                    documents
           Product: Tomcat 5
           Version: 5.0.27
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: andreas@schildba.ch


JSP.5.16 <jsp:output> states:

"The default value for JSP documents without a jsp:root element is 'no'."

I'm sorry to say that Tomcat 5.0.27 given the input document

<html xmlns:jsp="http://java.sun.com/JSP/Page"/>

generates

<?xml version="1.0" encoding="UTF-8"?>
<html/>

thus violating the spec.

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