RE: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread ross_r
PROTECTED] Sent: Tuesday, July 01, 2003 5:09 PM To: Commons HttpClient Project Subject: Re: Out of luck... was RE: Posting Issues was RE: Cookie Issues Ross, curiously enough, it seems to work for me. Have a look at my code. Please I note that I do not even set the cookies import

Re: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Oleg Kalnichevski
omain=.careerbuilder.com; $Path=/" [DEBUG] HttpMethodBase - -Cookie accepted: "$Version=0; CB%5FSID=c015e8d44ea5471982040cc793b46089%2D110394372%2Dwr%2D2; $Domain=.careerbuilder.com; $Path=/" [DEBUG] HttpMethodBase - -Cookie accepted: "$Version=0; bJobSeeker=True; $Domain=.careerbuild

RE: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Wilcox, Mark
x27;Commons HttpClient Project' Cc: Subject: Out of luck... was RE: Posting Issues was RE: Cookie Issues Welp, I have tried everything I can think of cookie types, http 1.0 versus 1.1, even matching the headers line for line. It is even the e

Re: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Oleg Kalnichevski
ther than > dropping it? > > Thanks. > > Ross > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 1:38 PM > To: 'Commons HttpClient Project' > Subject: RE: Cookie Issues > > Well i

Re: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Michael Becke
help. I don't even know what else to try. Any suggestions? Ross -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:18 PM To: Commons HttpClient Project Subject: Re: Posting Issues was RE: Cookie Issues Ross, I'd say gi

Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread ross_r
's my latest trace for any eagle eye that can help. I don't even know what else to try. Any suggestions? Ross -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:18 PM To: Commons HttpClient Project Subject: Re: Posting Issues was RE

Re: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Oleg Kalnichevski
ed page > jrdid vs. jrdid= is the difference between null and empty string. > > So, in my code, I have an array of name value pairs which I do setName and > setValue on, how do I in the last item make it append the = sign rather than > dropping it? > > Thanks. > > Ros

Posting Issues was RE: Cookie Issues

2003-07-01 Thread Ross Rankin
how do I in the last item make it append the = sign rather than dropping it? Thanks. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 1:38 PM To: 'Commons HttpClient Project' Subject: RE: Cookie Issues Well it has chang

RE: Cookie Issues

2003-06-30 Thread ross_r
0 13:34:24:259 EDT [DEBUG] wire - -<< "Set-Cookie: bJobSeeker=True; expires=Wed, 30-Jun-2004 17:33:36 GMT; doma in=.careerbuilder.com; path=/[\r][\n]" 2003/06/30 13:34:24:279 EDT [DEBUG] wire - -<< "Cache-control: private[\r][\n]" 2003/06/30 13:34:24:279 EDT [DEBUG

Re: Cookie Issues

2003-06-27 Thread Michael Becke
2003 4:13 PM To: 'Commons HttpClient Project'; '[EMAIL PROTECTED]' Subject: RE: Cookie Issues I tried both NETSCAPE_DRAFT and RFC2109 and the trace of the post shows it has separate lines for each cookie. Ross -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL

RE: Cookie Issues

2003-06-27 Thread ross_r
er. It is never sent. Ross -Original Message- From: Ross Rankin [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 4:13 PM To: 'Commons HttpClient Project'; '[EMAIL PROTECTED]' Subject: RE: Cookie Issues I tried both NETSCAPE_DRAFT and RFC2109 and the trace of

RE: Cookie Issues

2003-06-27 Thread Ross Rankin
I tried both NETSCAPE_DRAFT and RFC2109 and the trace of the post shows it has separate lines for each cookie. Ross -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 3:43 PM To: Commons HttpClient Project Subject: RE: Cookie Issues Ross

RE: Cookie Issues

2003-06-27 Thread Oleg Kalnichevski
Ross, > However I noticed in my proxy traces the browser put all the cookies in one > line instead of separate lines for each cookie. Could that cause a problem? > Try using strict mode. In strict mode all cookies are sent as one 'Cookie' header. cheer Oleg

RE: Cookie Issues

2003-06-27 Thread ross_r
Becke [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:54 PM To: Commons HttpClient Project Subject: Re: Cookie Issues Not sure about the RMID cookie. It is never being set by the web server. I would suggest turning off the TRACE log as it clutters up things a little and does not add

Re: Cookie Issues

2003-06-27 Thread Michael Becke
- -enter HttpParser.readRawLine() 2003/06/27 14:09:09:052 EDT [DEBUG] wire - -<< "HTTP/1.1 499 Data Error NoSessionId[\r][\n]" 2003/06/27 14:09:09:052 EDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection) -Original Message- From: R

RE: Cookie Issues

2003-06-27 Thread ross_r
:08:992 EDT [TRACE] HttpParser - -enter HttpParser.readRawLine() 2003/06/27 14:09:09:052 EDT [DEBUG] wire - -<< "HTTP/1.1 499 Data Error NoSessionId[\r][\n]" 2003/06/27 14:09:09:052 EDT [TRACE] HttpMethod - -enter HttpMethodBase.readResponseHeaders(HttpState,HttpConnection) -Original Mes

Re: Cookie Issues

2003-06-27 Thread Michael Becke
e- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:01 PM To: Commons HttpClient Project Subject: Re: Cookie Issues Ross, Cookies are automatically stored in an HttpClient's instance of HttpState. If you use the same instance of HttpClient to execute the GE

RE: Cookie Issues

2003-06-27 Thread ross_r
So a post.setRequestHeader should do the trick? I'll give it a shot. Ross -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:51 PM To: Commons HttpClient Project Subject: Re: Cookie Issues The cookies appear to be working correct

Re: Cookie Issues

2003-06-27 Thread Michael Becke
: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:01 PM To: Commons HttpClient Project Subject: Re: Cookie Issues Ross, Cookies are automatically stored in an HttpClient's instance of HttpState. If you use the same instance of HttpClient to execute the GET on the

RE: Cookie Issues

2003-06-27 Thread Ross Rankin
[mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:01 PM To: Commons HttpClient Project Subject: Re: Cookie Issues Ross, Cookies are automatically stored in an HttpClient's instance of HttpState. If you use the same instance of HttpClient to execute the GET on the initial page and th

Re: Cookie Issues

2003-06-27 Thread Michael Becke
Ross, Cookies are automatically stored in an HttpClient's instance of HttpState. If you use the same instance of HttpClient to execute the GET on the initial page and the POST all should be automatically handled. Please post a wire log showing the GET and POST if the cookie handling continues

Cookie Issues

2003-06-27 Thread ross_r
I guessing that I am not doing something right. I have a site which has a session id that it sends as a cookie. I get the cookie when I get the initial page. I then have to send a post and send that cookie back. However I get back a error message from the server which says no session id. Now I d

RE: Cookie issues...

2003-02-26 Thread Ross Rankin
Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 1:37 PM To: Commons HttpClient Project Subject: Re: Cookie issues... Ross I think I'll be able to help you out. I just need more detailed information on what is going on inside HttpClient. Could you please ex

Re: Cookie issues...

2003-02-26 Thread Oleg Kalnichevski
Ross I think I'll be able to help you out. I just need more detailed information on what is going on inside HttpClient. Could you please execute your application with the following system settings and send me back the resulting debug trace -Dorg.apache.commons.logging.Log=org.apache.commons.loggin

Cookie issues...

2003-02-26 Thread Ross Rankin
I am running the alpha 3 version of the client and I am see some odd differences between what I see using OpenSTA and tracing a connection and getting cookies and then what happens on my HTTPClient connection. It seems to revolve around cookies with multiple crumbs in the same cookie name. For e