Closed
Bug 120887
Opened 23 years ago
Closed 9 years ago
Authentication request doesn't trigger Negotiating state for web prog lstnr
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: depman1, Unassigned)
Details
1. Build mozilla with psm.
2. Launch testEmbed. (compile from /mozilla/embedding/qa/testembed/ with nmake
-f makefile.win. run from dist/bin directory).
3. Turn on web progress listener (Tests > Add WebProgress Listener).
4. Enter a url that will display an authentication prompt. Enter in name &
password.
5. OK web prog lstnr msgs.
6. Open TestOutput.txt log in C:/temp
7. Check OnStateChange() entries.
Result: There is no ON_STATE_NEGOTIATING transition state.
| Reporter | ||
Comment 2•23 years ago
|
||
I have internal site to test this, but does anyone know of external sites
displaying a popup authentication dialog?
| Reporter | ||
Comment 4•23 years ago
|
||
Use this as a test case:
https://www.thawte.com/cgi/personal/contents.exe
username is US-545-11-1111-1 (notice that US is in caps)
and password is netscape
Thanks junruh for the info.
Comment 5•23 years ago
|
||
CCing some PSM folks. Kai, will the absence of an ON_STATE_NEGOTIATING callback
cause the SSL status to be displayed incorrectly in an embedding app?
Comment 6•23 years ago
|
||
Mitch: Not sure I understand the question correctly.
Is the issue that ON_STATE_NEGOTIATING should get removed, or are you suggesting
that PSM should care for this event? PSM does not currently care for this event.
| Reporter | ||
Updated•22 years ago
|
QA Contact: depstein → carosendahl
Updated•19 years ago
|
Assignee: darin → nobody
QA Contact: carosendahl → apis
Comment 8•9 years ago
|
||
Marking a bunch of bugs in the "Embedding: APIs" component INCOMPLETE in preparation to archive that component. If I have done this incorrectly, please reopen the bugs and move them to a more correct component as we don't have "embedding" APIs any more.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•