[jboss-jira] [JBoss JIRA] (WFLY-4434) JBAS014788: Unexpected attribute 'security-realm' encountered?

Darran Lofthouse (JIRA) issues at jboss.org
Mon Mar 16 15:55:19 EDT 2015


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

Darran Lofthouse resolved WFLY-4434.
------------------------------------
    Resolution: Rejected


Your listener element is incorrectly named, you have: -

{code}
<http-listener name="https" socket-binding="https" security-realm="UndertowRealm"/>
{code}

It should be

{code}
<https-listener name="https" socket-binding="https" security-realm="UndertowRealm"/>
{code}

i.e. you are missing an 's' from https.

> JBAS014788: Unexpected attribute 'security-realm' encountered?
> --------------------------------------------------------------
>
>                 Key: WFLY-4434
>                 URL: https://issues.jboss.org/browse/WFLY-4434
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 8.2.0.Final
>            Reporter: bk lau
>            Assignee: Tomaz Cerar
>            Priority: Critical
>         Attachments: standalone-full.xml, teststore.jks
>
>
> See https://issues.jboss.org/browse/WFLY-1484
> The same issue occurs in WF8.2 Final Release with both
> standalone.xml and standalone-full.xml



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list