DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33533>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33533


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From [EMAIL PROTECTED]  2005-02-12 13:45 -------
Eugeny,

As far as I am concerned HttpClient 3.0 DOES send the cookie in question

===========================================================================
DEBUG] header - ->> "GET /shop/add.asp?pid=421 HTTP/1.1[\r][\n]"
...
[DEBUG] header - -<< "HTTP/1.1 302 Object moved[\r][\n]"
...
[DEBUG] header - -<< "Set-Cookie: CountryISO=INT; path=/[\r][\n]"
[DEBUG] header - -<< "Set-Cookie: testNewDesign=true; path=/[\r][\n]"
[DEBUG] header - -<< "Set-Cookie: ASPSESSIONIDAQQTADAT=LJLBGBEBFNOJEPHFNEFOCADG;
path=/[\r][\n]"
[DEBUG] header - ->> "GET /shop/add_sa.asp?pid=421 HTTP/1.1[\r][\n]"
[DEBUG] header - ->> "User-Agent: Jakarta Commons-HttpClient/3.0-rc1[\r][\n]"
[DEBUG] header - ->> "Host: www.mamut.com[\r][\n]"
[DEBUG] header - ->> "Cookie: CountryISO=INT[\r][\n]"

                              ^^^^^^^^^^^^^^

[DEBUG] header - ->> "Cookie: testNewDesign=true[\r][\n]"
[DEBUG] header - ->> "Cookie: 
ASPSESSIONIDAQQTADAT=LJLBGBEBFNOJEPHFNEFOCADG[\r][\n]"
[DEBUG] header - ->> "[\r][\n]"
[DEBUG] header - -<< "HTTP/1.1 500 Internal Server Error[\r][\n]"
...
[DEBUG] content - -<< " <font face="Arial" size=2>[\n]"
[DEBUG] content - -<< "<p>Microsoft VBScript compilation </font> <font
face="Arial" size=2>error '800a0411'</font>[\n]"
[DEBUG] content - -<< "<p>[\n]"
[DEBUG] content - -<< "<font face="Arial" size=2>Name redefined</font>[\n]"
[DEBUG] content - -<< "<p>[\n]"
[DEBUG] content - -<< "<font face="Arial"
size=2>/include/newdesign/btm.inc</font><font face="Arial" size=2>, line
8</font>[\r][\n]"
[DEBUG] content - -<< "<pre>dim sLegalNotice[\r][\n]"
[DEBUG] content - -<< "----^</pre> "
===========================================================================

Secondly, the site exhibits exactly the same problem if accessed with Mozilla
Firefox
===========================================================================
Microsoft VBScript compilation  error '800a0411'

Name redefined

/include/newdesign/btm.inc, line 8

dim sLegalNotice
----^
============================================================================

Thirdly, the error message clearly states that the variable sLegalNotice has
been redefined somewhere in the ASP code, which caused the compilation to fail,
hence the status code 500. So, this problem clearly has nothing to do with
HttpClient

And lastly, some people should probably wake up to the fact that IE is not the
only browser out there

Oleg

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to