Re: [httpclient]: Q about HttpMultiClient and redirects

2002-05-10 Thread Sung-Gu
- Original Message - From: <[EMAIL PROTECTED]> > besides a GET method we have no choice but to send the 303 result back to > the caller and have them generate a new GET request for the new location. The concept called interceptor that was 'removed' from http-client 1.0 was for

RE: [httpclient]: Q about HttpMultiClient and redirects

2002-05-07 Thread Marc . Saegesser
Yep, I need to fix this and its actually next on my list. There are some other problems with this code. Namely, we really can't deal with all 303 responses *inside* HttpClient or HttpMultiClient, it may have to pass the 303 response back to the caller in order to do the right thing. The 303 re