Bug 576682

Summary: [Browser] Authentication dialog is still displayed with AuthenticationListener
Product: [Eclipse Project] Platform Reporter: Christoph Laeubrich <laeubi>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.22   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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.