Filter xml header from facelets in the response writer
------------------------------------------------------

                 Key: TOBAGO-1086
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1086
             Project: MyFaces Tobago
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.5.2
         Environment: JSF 1.2 and 2.0
JSF 2.1 has resolved this problem
            Reporter: Udo Schnurpfeil
            Assignee: Udo Schnurpfeil
            Priority: Minor


Facelets writing out the xml header into the response writer
See also http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-696

The xml header declaration inside the HTML output sometimes makes problems with 
internet explorer.

To avoid performance degression we should filter exacly to this string: <?xml 
version="1.0" encoding="UTF-8"?>
So we have the possiblilty to declare the source code correctly as long as the 
application uses UTF-8.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to