Closed
Bug 440132
Opened 17 years ago
Closed 16 years ago
Firefox ask usr/pwd for access the same authorization realm within an index.html with frames
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 498905
People
(Reporter: sajeiv, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9) Gecko/2008052906 Firefox/3.0
When loading the index.html (pointing two cgi in the same directory) firefox 3 ask for the user/password twice. The index.html looks like:
<frameset rows="25,*">
<frame src="/cgi-bin/public/user.cgi" name="user">
<frame src="/cgi-bin/public/clock.cgi" name="clock">
</frameset>
If I enter the data the first time and "Esc" the second... the two cgi got the permission but is a kind of confusing.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•16 years ago
|
||
This problem is still present with Firefox 3.5.2. Could this be fixed please?
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•