Re: ServletExec httpClient compatibility issue?

2004-02-03 Thread Ortwin Glück


Ram Iyer wrote:
I am using IIS/ServletExec 4.1.1. 
Oh dear. The worst server coupled with the maybe worst servlet engine...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: ServletExec httpClient compatibility issue?

2004-02-03 Thread Ram Iyer
At 01:04 AM 2/3/2004, you wrote:


Ram Iyer wrote:
I am using IIS/ServletExec 4.1.1.
Oh dear. The worst server coupled with the maybe worst servlet engine...

Well. That is not in my control. Anyway, is that a problem with httpClient?

Ram

---
[This E-mail scanned for viruses by Declude Virus]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: ServletExec httpClient compatibility issue?

2004-02-03 Thread Ortwin Glück


Ram Iyer wrote:
Well. That is not in my control. Anyway, is that a problem with httpClient?
It's just a question of how compliant to HTTP standards this combination 
of servers is or is not.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: ServletExec httpClient compatibility issue?

2004-02-03 Thread Oleg Kalnichevski
On Tue, 2004-02-03 at 16:19, Ram Iyer wrote:
 At 01:04 AM 2/3/2004, you wrote:

 Well. That is not in my control. Anyway, is that a problem with httpClient?
 
 Ram
 

Ram, it is unlikely to be a problem with HttpClient. I have a fair
degree of confidence about HttpClient's 'expect: 100-continue'
implementation compliance with the HTTP/1.1 spec. The 'expect:
100-continue' handshake is known to work well with many popular web
servers/servlet engines. I personally tested it with IIS, IBM HTTP
server (which is based on Apache HTTP code), and Tomcat.

All that makes me believe that the problem is more likely to be caused
by ServletExec

Oleg


 ---
 [This E-mail scanned for viruses by Declude Virus]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ServletExec httpClient compatibility issue?

2004-02-02 Thread Ram Iyer
Hello:

I am getting the following error when I use httpClient.

org.apache.commons.httpclient.HttpMethodBase readResponse
INFO: Discarding unexpected response: HTTP/1.1 100 Continue
I tried several things suggested by the website for similar problems 
elsewhere. However, nothing has worked so far.

e.g:
  PostMethod post = new PostMethod(postingUrl);
  post.setHttp11(false);
  post.setUseExpectHeader(true);
I have also tried to get the new version of httpClient, but no go!

The irony is, everything is fine and dandy with Tomcat 4.1.

Any suggestions? Any help is greatly appreciated.

Ram

---
[This E-mail scanned for viruses by Declude Virus]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]