Closed
Bug 132002
Opened 23 years ago
Closed 23 years ago
Mozila 0.9.9 apparently refuses cookie previously accepted in 0.9.8
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: s.heuer, Assigned: morse)
Details
After upgrading Mozila form 0.9.8 to 0.9.9 on linux debian unstable
the login to our company notes server via http:...:81/ does not work
any longer. The Problem seems to be in accepting the Notes Domino
cookie. It is reproducible. The Notes HTTP Headers were collect via wget.
Server: Lotus-Domino/5.0.8
Date: Tue, 19 Mar 2002 08:17:41 GMT
Location: http://ltlvm001.lvm.de:82/
Connection: close
Content-Type: text/html
Set-Cookie:
LtpaToken=AAECAzNDOTZGNDI1M0M5ODQ1QTVDTj1Eci4gU3RlcGhhbiBIZXVlci9PVT1SMDMvT1U9RFZPL089TFZNL0M9REUVaFRZMfNtgYfu9WpJhTyKT47Bgg==;
domain=.lvm.de; path=/
The bug is fixed in the nightly CVS snapshot, I tracked it down in the 0.9.9
source code.
The Cookie from a hostname ltlvm001.lvm.de containing 2 dots and digits was
considered as an ip address and so the attempt so set a domian wide cookie was
rejected by mozilla.
The new source checks with a new function for valid ip addresses and works OK now.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•