PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3577
*** shadow/3577 Wed Sep 12 14:45:19 2001
--- shadow/3577.tmp.20468 Wed Sep 12 15:06:35 2001
***************
*** 49,51 ****
--- 49,62 ----
------- Additional Comments From [EMAIL PROTECTED] 2001-09-12 14:45
-------
Created an attachment (id=531)
Example servlet
+
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-09-12 15:06
+-------
+ I forgot to include instructions:
+ 1) point your browser to http://myserver/servlet/BadServlet
+ 2) Enter some non-iso-latin-1 characters in the box and submit
+ So far, so good. Now hit the browser "back" button. The browser will show you
+ the cached page.
+ 3) Hit the submit button again.
+ DecodeInterceptor will think that the charset is iso-latin-1 (since the browser
+ doesn't send it one), but the browser is sending utf-8.