Hi all, I thought that I had created a similar patch. I submited it under a bug number but it has been sitting idle ever since!
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4530 I havent looked at the differences between these patches. It appears that my patch modified alot more files. I think that at least one should be applied! Jason > -----Original Message----- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, 27 November 2001 13:45 > To: [EMAIL PROTECTED] > Subject: Re: proxy error with post > > 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]>
