]
Bartosz Spyrko-Śmietanko reassigned ELY-1609:
---------------------------------------------
Assignee: Bartosz Spyrko-Śmietanko
constraint drive authentication method in undertow doesn't work
with elytron
----------------------------------------------------------------------------
Key: ELY-1609
URL:
https://issues.jboss.org/browse/ELY-1609
Project: WildFly Elytron
Issue Type: Bug
Components: HTTP
Affects Versions: 1.4.0.Final
Reporter: Darran Lofthouse
Assignee: Bartosz Spyrko-Śmietanko
Priority: Critical
Fix For: 1.5.2.CR1
When elytron is enabled constraint driven authentication method (i.e.
proactive-authentication=false) has no effect.
If you try to request an unsecured page sending in an invalid user with basic
authentication, you should get the page returned with constraint drive authentication and
a 401 with proactive authentication. This is what happens without Elytron enabled. But
if you enable Elytron it gives a 401 in both cases.