]
Darran Lofthouse updated ELY-1609:
----------------------------------
Fix Version/s: 1.5.2.CR1
(was: 1.5.1.Final)
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
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.