RE: Bug in PUT method with TC

2003-01-31 Thread Kalnichevski, Oleg
Juergen I have tried my best to reproduce the alleged bug in my development environment (which, I have to say, does not include Jakarta-Slide). Please see the test cases I have used. It's been run with the following system properties to generate the following dump

RE: java.net.UnknownHostException

2003-01-31 Thread Divakar Satyanarayan
Yes I made some modification below is my code. I have got it working with the following code but request is getting timed out. public static void main(String[] args) throws Exception { String strURL =

RE: [PATCH] PostMethod PutMethod revision (take 2)

2003-01-31 Thread Kalnichevski, Oleg
Jandalf Got ya. I have just managed to reproduce the behaviour of buggy servers that ignore Expect: 100-continue header and discovered BIG FAT NASTY bugs in my code. So, I am currently busy busting those bugs. I'll proceed implementing your suggestions once all bugs are dealt with. I'll look

RE: [PATCH] PostMethod PutMethod revision (take 2)

2003-01-31 Thread Kalnichevski, Oleg
The bugs turned out to be not of my making. There are too many spots in the HttpMethodBase class and its derivatives where statusLine is blindly assumed to be always non-null. Cheers Oleg -Original Message- From: Kalnichevski, Oleg Sent: Freitag, 31. Januar 2003 17:03 To: Commons

Minor bug in checkstyle.properties

2003-01-31 Thread Laura Werner
I just noticed a minor bug in checkstyle.properties. There are two settings for checkstyle.pattern.publicmember: checkstyle.pattern.publicmember=^f[A-Z][a-zA-Z0-9]*$ and checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$ I'm not submitting a patch because I'm not sure which one is correct.

Re: [PATCH] PostMethod PutMethod revision (take 3)

2003-01-31 Thread Michael Becke
Looks good, nice work. I only noticed a few things, mostly in regard to formatting, comments. - in EntityEnclosingMethod there are a few places when there is an extra carriage return between the Javadoc comment and the method. - PostMethod and EntityEnclosingMethod have some unused imports -

Re: [PATCH] PostMethod PutMethod revision (take 3)

2003-01-31 Thread Oleg Kalnichevski
Thanks, Mike Good points. I'll make corrections before committing the patch Enjoy your weekend Cheers Oleg On Fri, 2003-01-31 at 22:43, Michael Becke wrote: Looks good, nice work. I only noticed a few things, mostly in regard to formatting, comments. - in EntityEnclosingMethod there are

Re: [PATCH] PostMethod PutMethod revision (take 3)

2003-01-31 Thread Jeffrey Dever
The local and webapp tests are fine here (except that one timeout issue that has been around for a while). There are a few things that could be tweaked, but please submit the patch so we can all benefit from it. Very high quality, great work! Jandalf Kalnichevski, Oleg wrote: Bug fixes:

Re: Minor bug in checkstyle.properties

2003-01-31 Thread Jeffrey Dever
Squashed it. Good catch. Laura Werner wrote: I just noticed a minor bug in checkstyle.properties. There are two settings for checkstyle.pattern.publicmember: checkstyle.pattern.publicmember=^f[A-Z][a-zA-Z0-9]*$ and checkstyle.pattern.publicmember=^[a-z][a-zA-Z0-9]*$ I'm not submitting a

DO NOT REPLY [Bug 11095] - PostMethod - Chunked requests are not supported at the moment.

2003-01-31 Thread bugzilla
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=11095. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14731] - Redirection of a POST method

2003-01-31 Thread bugzilla
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=14731. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.