Closed
Bug 139056
Opened 23 years ago
Closed 23 years ago
Mozilla requires re-authentication for every page
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: carl, Assigned: darin.moz)
References
()
Details
Attachments
(1 file)
|
232.66 KB,
text/plain
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311
BuildID: 1.0rc1
on an SSL secured session, every time we submit a form or request a new page,
mozilla 1.0rc1 requires re-authentication.
This has worked flawlessly since we started testing Mozilla at about 0.9.2, and
this is the first time it's been broken. I've backed out to 0.9.9 to be able to
use mozilla.
the box is a RH 7.1 linux workstation. I haven't see this problem on my win2k
box yet, but also haven't tested it.
Reproducible: Always
Steps to Reproduce:
1. log in to web page (redirected to SSL site from HTTP)
2. read first page
3. request second page
Actual Results: browser requests authentication for every page, and doesn't
load images
Comment 1•23 years ago
|
||
Can you try a new profile ? (run "mozilla -profilemanager" and create an
addtional test profile)
wfm with win2k build 20020420..
Do you see that also (sorry the page is in german) :
https://www2.postbank-banking.de/
use the Test Account : Kontonummer: 9 999 999 999 / PIN:11111
Severity: blocker → major
I've been hitting this bug all the time. I use tabs alot. Using open in new
tab presents a security warning for entering a secure page. Cookies are not
exchanged after dismissing warning.
Example.
I right click a link in a secure page to open in a new tab. Security warning
pops up. After dismissing dialog page opens normally.
Right click "save link target as" for a file type of .asc (text with page
breaks) results in redirected to a warning page because cookies are not enabled.
cookies were being used for authentication.
Comment 3•23 years ago
|
||
To http networking
Assignee: Matti → darin
Component: Browser-General → Networking: HTTP
QA Contact: imajes-qa → tever
Summary: Mozilla requires re-authentiocation for every page → Mozilla requires re-authentication for every page
| Reporter | ||
Comment 5•23 years ago
|
||
I'm not seeing the same problem with my win2k 1.0rc1 install, it's only
happening with RedHat 7.1
ie: this one works :
Mozilla 1.0 Release Candidate 1
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1) Gecko/20020417
| Reporter | ||
Comment 6•23 years ago
|
||
I'll try the new profile tomorrow when I'm at the RH machine and see if it helps.
Comment 7•23 years ago
|
||
WFM on KDE 2.2.2 with Mozilla 1.0RC1.
| Assignee | ||
Comment 8•23 years ago
|
||
reporter: can you enable some env vars to capture a HTTP log...
setenv NSPR_LOG_MODULES nsHttp:5
setenv NSPR_LOG_FILE http.log
if you could attach http.log to this bug report it might help us track down the
problem. (your passwords won't be written out to the log file.)
Comment 9•23 years ago
|
||
I've experienced this problem as well under both W2k and RH7.1 since upgrading
to 1.0RC1. A backout to 0.9.9 has fixed the problem in both instances.
| Reporter | ||
Comment 10•23 years ago
|
||
| Reporter | ||
Comment 11•23 years ago
|
||
I created a test profile as requested, and am not seeing the problem now.
Is there possibly something incompatible between the profile for 0.9.9 and 1.0rc1 ?
| Assignee | ||
Comment 12•23 years ago
|
||
i'm not sure of what could explain the problem you saw with your older
profile... any chance you ran two instances of mozilla at the same time with
that older profile? doing so, even once could seriously hork your profile...
i'm not sure how that could even cause this, but i suppose it's a possibility :-/
| Assignee | ||
Comment 13•23 years ago
|
||
from the log file it appears that the images (gifs) are coming back with a
content-type of text/html for some strange reason. as a result, imagelib thinks
there isn't a decoder available, and i suppose that explains why you didn't see
any images. were you using some kind of proxy server with your older profile?
| Reporter | ||
Comment 14•23 years ago
|
||
Ok, I've isolated this to a specific preferences setting.
If I set cookies to :
Enable cookies for the originating web site only
I see the failure mode, if I enable cookies from "all", it works.
Our cookie is definatly correct for our intranet site. We've triple-checked it,
and it works fine with this setting under 0.9.2-0.9.9.
I'm currently using last night's build, see below, and seeing the same problem,
and have for now enabled all cookies, but that's not a Good Thing. Please fix,
and let me know how I can best assist with the fixing.
Mozilla 1.0 Release Candidate 1
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020426
We have a proxy, Squid, and all the web traffic goes via it,but this has not
been a problem in the past with earlier mozilla snapshots.
| Reporter | ||
Comment 15•23 years ago
|
||
this is still happening with build Mozilla/5.0 (Windows; U; Windows NT 5.0;
en-US; rv:1.0rc2) Gecko/20020505
Is there anything further I can do to assist the debugging of this, or is it
related to some other bug? Can someone set the status of this to a confirmed
bug, at least? :)
| Reporter | ||
Comment 16•23 years ago
|
||
this is still broken in
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020510
| Reporter | ||
Comment 17•23 years ago
|
||
this seems to be fixed in
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523
ie: it's not exhibiting the same broken cookie handling when set to accept
cookies from the originating site only.
Thanks for fixing it :)
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
•