Re: Bug handling session cookies

2005-06-24 Thread Hrvoje Niksic
"Mark Street" <[EMAIL PROTECTED]> writes: > Many thanks for the explanation and the patch. Yes, this patch > successfully resolves the problem for my particular test case. Thanks for testing it. It has been applied to the code and will be in Wget 1.10.1 and later.

Re: Bug handling session cookies

2005-06-24 Thread Mark Street
Hrvoje, Many thanks for the explanation and the patch. Yes, this patch successfully resolves the problem for my particular test case. Best regards, Mark Street.

Re: Bug handling session cookies

2005-06-24 Thread Hrvoje Niksic
"Mark Street" <[EMAIL PROTECTED]> writes: > I'm not sure why this [catering for paths without a leading /] is > done in the code. rfc1808 declared that the leading / is not really part of path, but merely a "separator", presumably to be consistent with its treatment of ;params, ?queries, and #fra

Bug handling session cookies

2005-06-24 Thread Mark Street
Hello folks, I'm running wget v1.10 compiled from source (tested on HP-UX and Linux). I am having problems handling session cookies. The idea is to request a web page which returns an ID number in a session cookie. All subsequent requests from the site must contain this session cookie. I'm usi