You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <o....@dplanet.ch> on 2003/03/04 19:07:07 UTC

RE: [Bug 17432] - '100-continue' response times out unexpectedly

On Tue, 2003-03-04 at 17:11, Tom Samplonius wrote:
>   I'm using jdk 1.4.1_01 under WinXP Pro with Eclipse.  I'm using just
> http.  Basically what I'm doing, is a GET /default.asp, and I ignore the
> response since I just want to learn the server's session cookie, and then
> a username and password to /default.asp, at which point I expect a
> redirect to /welcome.asp, but sometimes I see a 100 response.
> 

Do you do a POST or a GET when sending username/password to
/default.asp?

I would really appreciate if you could provide us a wire log of the HTTP
communication that results in spurious 100 response

Oleg


Re: [Bug 17432] - '100-continue' response times out unexpectedly

Posted by Michael Becke <be...@u.washington.edu>.
>   How do I enable the wirelog?  Where does it get saved?  I need to 
> learn
> more about the logging in general.

Take a look at 
http://jakarta.apache.org/commons/httpclient/logging.html for 
information on logging.  The logs will be sent to stdout.  If you want 
to do anything more complicated it will take same work.

Mike


RE: [Bug 17432] - '100-continue' response times out unexpectedly

Posted by Tom Samplonius <to...@sdf.com>.
On 4 Mar 2003, Oleg Kalnichevski wrote:

> On Tue, 2003-03-04 at 17:11, Tom Samplonius wrote:
> >   I'm using jdk 1.4.1_01 under WinXP Pro with Eclipse.  I'm using just
> > http.  Basically what I'm doing, is a GET /default.asp, and I ignore the
> > response since I just want to learn the server's session cookie, and then
> > a username and password to /default.asp, at which point I expect a
> > redirect to /welcome.asp, but sometimes I see a 100 response.
> > 
> 
> Do you do a POST or a GET when sending username/password to
> /default.asp?
> 
> I would really appreciate if you could provide us a wire log of the HTTP
> communication that results in spurious 100 response
> 
> Oleg


  I POST the username and password.

  How do I enable the wirelog?  Where does it get saved?  I need to learn
more about the logging in general.

  I only get the 100 in response to the POST about 1 out of 10 times.
Server is Microsoft-IIS/5.0.


Tom