Udo Schnurpfeil created TOBAGO-1331:
---------------------------------------
Summary: Filter xml header from facelets in the response writer,
also for JSF 2.1
Key: TOBAGO-1331
URL: https://issues.apache.org/jira/browse/TOBAGO-1331
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
Fix For: 1.5.3
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 was sent by Atlassian JIRA
(v6.1#6144)