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/02/11 19:32:03 UTC

DO NOT REPLY [Bug 15640] - pageEncoding is ignored for XML-based JSPs

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

pageEncoding is ignored for XML-based JSPs

jan.luehe@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From jan.luehe@sun.com  2003-02-11 18:32 -------
Notice that as of JSP 2.0, of which a Proposed Final Draft is
available at http://jcp.org/aboutJava/communityprocess/first/jsr152/index.html,
the page encoding of JSP documents (XML syntax) is no longer specified
using the 'pageEncoding' attribute of the page directive. Instead, the
encoding will be determined from the XML prolog, as described in section 4.3.3
and Appendix F.1 of the XML specification. This means that as of JSP 2.0,
the 'pageEncoding' attribute of the page directive will be ignored in XML
syntax.

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