]
Chao Wang updated WFCORE-2397:
------------------------------
Fix Version/s: 3.0.0.Beta16
(was: 3.0.0.Beta18)
Elytron simple-regex-realm-mapper "pattern" attribute has
wrong description.
----------------------------------------------------------------------------
Key: WFCORE-2397
URL:
https://issues.jboss.org/browse/WFCORE-2397
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Chao Wang
Fix For: 3.0.0.Beta16
Elytron simple-regex-realm-mapper "pattern" attribute has wrong description
[1].
*Actual description*
{code}
The regular expression to use for this NameRewriter.
{code}
*Expected description*
Some like that (from DMR):
{code}
The regular expression which must contain at least one capture group to extract the realm
from the name.
{code}
[1]
https://github.com/wildfly-security/elytron-subsystem/blob/580569d17cb6c3...