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

Proxy recording does not intepert unit code \u3310 correctly

           Summary: Proxy recording does not intepert unit code \u3310
                    correctly
           Product: JMeter
           Version: 1.9.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: HTTP
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Proxy recording does not interpret unit code \u3310 correctly

When unit code 3310 was submit to server directly without using proxy, Internet 
Explorer will send %E3%8C%90, but if it run through Jmeter as the proxy server, 
it will send %E3%8C%3F to the server.

To reproduce the error just put the following very simple html file into your 
pc.  Change http://myserver/snoop to somewhere the snoop serverlet is.  You can 
run it with or without Jmeter proxy to see the error.

Greatly appreciate any helps.  Suggestion on the workaround is also greatly 
appreciated.

Jyh-Ching

<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</HEAD>
<BODY>
click to see \u3310
<FORM method="GET" ACTION=http://myserver/snoop charset=UTF-8>
<SCRIPT>
document.writeln("<INPUT type=hidden NAME=ENCODING_TEST value='" + "\u3310" 
+ "'> ")
</SCRIPT>
<input type="submit">
</form>
</BODY>
</HTML>

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

Reply via email to