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 2002/11/07 00:32:37 UTC

DO NOT REPLY [Bug 13616] - Encoding in JSP Document(JSP in XML Syntax) is not translated properly.

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

Encoding in JSP Document(JSP in XML Syntax) is not translated properly.

jan.luehe@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jan.luehe@sun.com  2002-11-06 23:32 -------
Fixed in TC 5.0.

Note that the JSP 1.2 spec is broken with respect to determining the
page source encoding of JSP documents (JSP pages in XML
syntax).

The upcoming JSP 2.0 fixes this problem, by declaring that for JSP
documents, the page source encoding is determined as described in
section 4.3.3 and appendix F.1 of the XML specification. 

In addition, it will be legal to specify the character encoding using
the pageEncoding attribute of the page directive, as long as it
matches the value found in the XML prolog. Otherwise, a translation
error will be reported.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>