Closed
Bug 30322
Opened 25 years ago
Closed 25 years ago
2nd visit to mixed site shows locked lock
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
People
(Reporter: junruh, Assigned: mscott)
References
Details
(Whiteboard: [nsbeta2+])
1.) Visit https://junruh.mcom.com/mix.html. Note the mixed content lock.
2.) Click on Lock Testing #6 - the same site.
What is expected: That the lock icon would have a slash in front of it.
What happens: The lock icon is locked.
Comment 1•25 years ago
|
||
This is caused by nsIDocumentLoaderObserver not firing on reload (32229).
Updated•25 years ago
|
Target Milestone: M17
Comment 2•25 years ago
|
||
m17
Updated•25 years ago
|
Severity: normal → critical
Target Milestone: M17 → M16
Comment 4•25 years ago
|
||
This is caused the lack of a notification to the docloader observers by the
imagelib and/or its customers. If the docloader observer was notified when a
request was made (maybe?) by the nsFrameImageLoader, I think that it would fix
this problem.
Pam, can you get rid of your cache? We spoke about this briefly: What impact
is this in terms of your time and the product performance?
Scott, any ideas about hooking the image layout stuff up to the docloader
notifications?
Doug,
I can't even begin to test out our image cache options
until after beta2. Don't count on it going away. Didn't
the fact that an image has to be approved once before it
gets into the image cache, take care of the problem?
-P
Comment 6•25 years ago
|
||
I could, but then an insecure frame in a frameset would be blocked from
loading. Special casing images is the wrong thing to do. The docloader really
needs to send messages when requesting decompressed images from libimage.
Comment 8•25 years ago
|
||
if bug 38675 is a dupe then I should note that this bug also repro's on RH6 Linux as well as WinNT with 2000050909 builds.
Also, the inverse case is also a bug(and easier to repro) i.e. the second visit to a secure site shows a slashed lock.
Comment 9•25 years ago
|
||
mscott, images are not build put into the necko loadgroup after they are
decompressed/loaded.
Assignee: dougt → mscott
Assignee | ||
Comment 10•25 years ago
|
||
this sounds like a dup of 33762 to me.
Assignee | ||
Comment 11•25 years ago
|
||
marking as a dup.
*** This bug has been marked as a duplicate of 33762 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 13•24 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Target Milestone: M17 → ---
Version: other → 2.1
Reporter | ||
Comment 14•24 years ago
|
||
Mass changing Security:Crypto to PSM
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•