[
https://issues.jboss.org/browse/WFLY-4434?page=com.atlassian.jira.plugin....
]
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)