Hi, Raditha, thanks for the patch.
I'll test the patch out and commit them latest by tomorrow evening if all is fine. neth ---- Begin Original Message ---- From: raditha dissanayake <[EMAIL PROTECTED]> Sent: Mon, 26 Nov 2001 20:05:15 +0600 To: [EMAIL PROTECTED] Subject: proxy error with post hi, Guys i noticed that the proxy server blocks when you try to handle a post. I have traced the problem and manged to fix it ( source files are attached) Basicaly it boiled down to the post data not being collected, and posted to the destination server correctly. what i have basicaly done is to get the output stream from HttpURLConnection in Proxy.java and write to it. The data has to be collected at the request.parse method. Some how it does not seem to work in the run method in Proxy.java So i have had to add � � public String postData = new String(); to HttpRequestHdr.java hope i haven't broken something else in the process. Appreciate the good work that you guys are doing. Raditha Dissanayake. ---- End Original Message ---- ______________________________________________________________ For the latest news, go to http://www.asia1.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
