Re: problem with post

2003-03-14 Thread vikram . x . kondadasula
Disabling ExpectContinue handshake help either.Is there an other way to make it work. Thanks Vikram "Michael Becke" <[EMAIL PROTECTED]> on 03/14/2003 06:57:59 PM Please respond to "Commons HttpClient Project" <[EMAIL PROTECTED]> To:"Commons HttpClient Project" <[EMAIL PROT

RE: problem with post

2003-03-14 Thread vikram . x . kondadasula
Hai, I did get in the latest code.The wire log s different now but the problem persists.Oleg , could you be more explicit when you say I should disable ExpectContinue handshake. Here is the new wire log [DEBUG] wire - ->> "POST / HTTP/1.1[\r][\n]" [DEBUG] wire - ->> "User-Agent: Jakarta Common

RE: problem with post

2003-03-14 Thread vikram . x . kondadasula
Hai, Thanks Tom for pointing out that. Here is my wire log [DEBUG] wire - ->> "POST / HTTP/1.1 " [\r\n] [DEBUG] wire - ->> "User-Agent: Jakarta Commons-HttpClient/2.0alpha3 " [\r\n] [DEBUG] wire - ->> "Host: 128.209.62.4:9090 " [\r\n] [DEBUG] wire - ->> "Content-Length: 821 " [\r\n] [DEBUG] wire

RE: problem with post

2003-03-13 Thread vikram . x . kondadasula
Hai, I tried using the wire log but I donot get any wire log .I set the following properties in my class System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog"); System.setProperty( "org.apache.commons.logging.simplelog.log.httpclient.wire ", "debug");

Re: problem with post

2003-03-13 Thread vikram . x . kondadasula
Oleg, Thanks for responding. I am using 2.0 ver and I am not using any proxy.And here is the log 2003/03/13 16:31:26:125 EST [TRACE] GetMethod - -enter GetMethod(String) 2003/03/13 16:31:26:140 EST [TRACE] PostMethod - -enter PostMethod.getRequestBody(InputStream) 2003/03/13 16:31:26:140 EST [

problem with post

2003-03-13 Thread vikram . x . kondadasula
Hai, I am trying to execute a post using httpclient and this the message , I get org.apache.commons.httpclient.HttpRecoverableException: org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP/" a