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

Major issues with jsp:param in jsp:include and jsp:forward





------- Additional Comments From [EMAIL PROTECTED]  2002-07-23 14:52 -------
One can always encode hyperlinks to UTF-8 bytes and then URLEncode them.  This
always results in ASCII without any special characters.  The issue is that the
code processing the link requests must know to expect UTF-8 encoded data.  The
issue here is in making all of one's form submissions follow this as well (or
using POST for forms and handling POST and GET a bit differently).

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

Reply via email to