]
Darran Lofthouse updated WFLY-11593:
------------------------------------
Fix Version/s: 16.0.0.Beta1
Typo and ambiguity in 'integrated-jaspi' attribute of
'application-security-domain' element
-------------------------------------------------------------------------------------------
Key: WFLY-11593
URL:
https://issues.jboss.org/browse/WFLY-11593
Project: WildFly
Issue Type: Bug
Components: Security, Web (Undertow)
Affects Versions: 15.0.0.Final, 15.0.1.Final
Reporter: Jan Stourac
Assignee: Jan Stourac
Priority: Minor
Fix For: 16.0.0.Beta1
There is a typo and a little bit of ambiguity in the current description of the
'{{/subsystem=undertow/application-security-domain=foo\[integrated-jaspi\]}}'
attribute:
{quote}
Should integrated JASPI be used or allow AsHoc identity creation.
{quote}
proposed change:
{quote}
Whether integrated JASPI should be used. If this is disabled, ad hoc identity will be
created instead.
{quote}
And [here is full attribute
description|https://github.com/wildfly/wildfly/blob/7172799ce7bda7f82b944...]
in related XSD file.