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/04/08 11:42:37 UTC

DO NOT REPLY [Bug 18804] - XML query truncated (AJP13 connector guilty ?)

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

XML query truncated (AJP13 connector guilty ?)





------- Additional Comments From jcouillaud@net2s.com  2003-04-08 09:42 -------
Sorry about the typo, read:

        encoding = request.getHeader("APPLETENCODING");
        xmlEncoding = request.getHeader("PORTALAPPLETXMLENCODING");
        charset = request.getHeader("APPLETCHARSET");

instead of:

        encoding = request.getHeader("PORTALAPPLETENCODING");
        xmlEncoding = request.getHeader("PORTALAPPLETXMLENCODING");
        charset = request.getHeader("PORTALAPPLETCHARSET");

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