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

The encoding of jsp document

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2004-06-24 19:04 -------
Fixed so that an error is reported if the page encoding specified in the page
directive is different from that specified in, or autodetected from, the XML
prolog of a JSP document.

>From your message:

> there are three places where the encoding for a jsp document can be set

Notice that the page encoding of a JSP document is *always* derived from the XML
prolog, as mandated by the XML specification. It may also be *described* in the
page directive or page-encoding config element, as long as the values specified
there match the value derived from the XML prolog.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to