Open Bug 1899711 Opened 1 month ago Updated 23 days ago

After each authentication attempt the number of authRequired events received increases

Categories

(Remote Protocol :: WebDriver BiDi, defect, P3)

defect
Points:
3

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

Details

(Whiteboard: [webdriver:m12])

STRs:

  • subscribe to network.authRequired
  • perform a request to a URL using http auth
  • submit wrong credentials
  • (repeat that step a few times)

ER: For each attempt, we should get a single authRequired event
AR: After each attempt the number of events received increases by 1

We never "remove" the AuthListener we setup on the original request, and when the network event for the authentication attempt request is created, we setup another AuthListener here. When we perform the next authentication attempt, both listeners will be triggered.

Points: --- → 3
Priority: -- → P3
Whiteboard: [webdriver:backlog]
Whiteboard: [webdriver:backlog] → [webdriver:m12]

The severity field is not set for this bug.
:whimboo, could you have a look please?

For more information, please visit BugBot documentation.

Flags: needinfo?(hskupin)
Severity: -- → S3
Flags: needinfo?(hskupin)
You need to log in before you can comment on or make changes to this bug.