[jboss-jira] [JBoss JIRA] (WFLY-5236) [Migration operation] [Web to Undertow] SSL configuration - verify client attribute value is not properly migrated

Stuart Douglas (JIRA) issues at jboss.org
Sun Aug 30 19:41:05 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas moved JBEAP-941 to WFLY-5236:
--------------------------------------------

              Project: WildFly  (was: JBoss Enterprise Application Platform)
                  Key: WFLY-5236  (was: JBEAP-941)
             Workflow: GIT Pull Request workflow   (was: CDW v1)
          Component/s: Web (Undertow)
                           (was: Web (Undertow))
                           (was: Migration)
       Target Release:   (was: 7.0.0.GA)
    Affects Version/s: 10.0.0.Beta2
                           (was: 7.0.0.DR9)


> [Migration operation] [Web to Undertow] SSL configuration - verify client attribute value is not properly migrated
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-5236
>                 URL: https://issues.jboss.org/browse/WFLY-5236
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 10.0.0.Beta2
>            Reporter: Stuart Douglas
>            Assignee: Stuart Douglas
>            Priority: Critical
>
> In web there exists different options for {{verify-client}} attribute of ssl configuration [1] than values which are allowed to be defined as part of https-listener (REQUIRED, REQUESTED, NOT_REQUESTED).
> Currently the migration operation fails as the value isn't converted to equivalent value accepted by Undertow.
> [1]
> {code:xml}
>  <xs:attribute name="verify-client" default="none">
>             <xs:annotation>
>                 <xs:documentation>
>                     that is OpenSSL SSLVerifyClient (optional,require,optionalNoCA,none) and clientAuth (true=require/false=none)
>                 </xs:documentation>
>             </xs:annotation>
>         </xs:attribute>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list