[jboss-jira] [JBoss JIRA] (WFCORE-1925) Elytron mapped-regex-realm-mapper "pattern" and "name" attributs have wrong description.
Hynek Švábek (JIRA)
issues at jboss.org
Thu Nov 3 05:38:01 EDT 2016
[ https://issues.jboss.org/browse/WFCORE-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13316568#comment-13316568 ]
Hynek Švábek edited comment on WFCORE-1925 at 11/3/16 5:37 AM:
---------------------------------------------------------------
Another problem with "name" attribute
{code}
https://github.com/wildfly-security/elytron-subsystem/blob/580569d17cb6c3b1e823a2149b156c36d186f0dd/src/main/resources/schema/wildfly-elytron_1_0.xsd#L1925
{code}
*Actual description*
{code}
The unique name for the RealmMapper, note names used for NameRewriters must be unique
across the whole context.
{code}
*Expected description*
{code}
The unique name for the RealmMapper, note names used for RealmMappers must be unique
across the whole context.
{code}
was (Author: hsvabek):
Another problem with "name" attribute
{code}
https://github.com/wildfly-security/elytron-subsystem/blob/580569d17cb6c3b1e823a2149b156c36d186f0dd/src/main/resources/schema/wildfly-elytron_1_0.xsd#L1925
{code}
*Actual description*
{code}
The unique name for the RealmMapper, note names used for NameRewriters must be unique
across the whole context.
{code}
*Expected description*
{code}
The unique name for the RealmMapper, note names used for RealMappers must be unique
across the whole context.
{code}
> Elytron mapped-regex-realm-mapper "pattern" and "name" attributs have wrong description.
> ----------------------------------------------------------------------------------------
>
> Key: WFCORE-1925
> URL: https://issues.jboss.org/browse/WFCORE-1925
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Reporter: Hynek Švábek
> Assignee: Darran Lofthouse
>
> Elytron mapped-regex-realm-mapper "pattern" and "name" attributes have 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/580569d17cb6c3b1e823a2149b156c36d186f0dd/src/main/resources/schema/wildfly-elytron_1_0.xsd#L2016
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list