Bug 576682 - [Browser] Authentication dialog is still displayed with AuthenticationListener
Summary: [Browser] Authentication dialog is still displayed with AuthenticationListener
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.22   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-17 11:59 EDT by Christoph Laeubrich CLA
Modified: 2021-10-17 11:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Laeubrich CLA 2021-10-17 11:59:32 EDT
I have a Browser with an AuthenticationListener, the listener is called and if I supply the password the page is loaded, but the (Browser)Authentication dialog is still displayed asking for authentication.
The user can now discard/cancel the dialog and is authenticated (one can also see this as the page is loaded in the background).

If I supply a wrong password the page remains grey (and my listener is called multiple times) so I assume this is somewhere cause by a page loading other resources that also require authentication.