Re: [latka] [PATCH] RequestImpl.setVersion () throws NPE

2002-09-25 Thread dion
Patch has been applied and tests have passed except test status codes which fails on the GoodURL test. I'm behind a firewall, so that may be the problem. Am investigating -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers:

Re: [latka] [PATCH] RequestImpl.setVersion () throws NPE

2002-09-24 Thread Daniel Rall
Janek Bogucki [EMAIL PROTECTED] writes: On Tuesday 17 September 2002 10:09 pm, Daniel Rall wrote: Janek Bogucki [EMAIL PROTECTED] writes: Index: RequestImpl.java === RCS file:

[latka] [PATCH] RequestImpl.setVersion () throws NPE

2002-09-17 Thread Janek Bogucki
Hi, I'm trying to build CVS latka with CVS httpclient and I encountered a NPE in RequestImpl.setVersion. My patch changes this method to match the meaning of the API comments by using HTTP/1.1 when the parameter is not 1.1, i.e. when it is null use HTTP/1.1. Maybe this is the wrong way to