You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2002/01/16 17:18:45 UTC

DO NOT REPLY [Bug 5812] - Recording browser activity proxy - HTTP POST from IE hangs

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

Recording browser activity proxy - HTTP POST from IE hangs





------- Additional Comments From ajslater@mediaone.net  2002-01-16 08:18 -------
Fix for nightly 01-16-2002:
In protocols/http/proxy/HttpRequestHdr.java line ~147

//postData  = lines.readLine();
//!! BEGIN AJS
final char[] postDataBuffer = new char[contentLength];
lines.read(postDataBuffer,0,contentLength);
postData  = new String(postDataBuffer);
//!! END AJS

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>