[jboss-jira] [JBoss JIRA] (WFCORE-3316) Server fails to start after submitting invalid security attributes
Brian Stansberry (JIRA)
issues at jboss.org
Mon Oct 9 09:32:01 EDT 2017
[ https://issues.jboss.org/browse/WFCORE-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFCORE-3316:
-------------------------------------
Steps to Reproduce:
1. Create new http connector in remoting subsystem:
{code:bash}
/subsystem=remoting/http-connector=random:add(connector-ref=default)
{code}
2. Enable SASL security in newly created http connector:
{code:bash}
/subsystem=remoting/http-connector=random/security=sasl:add()
{code}
3. Write invalid value to the qop attribute:
{code:bash}
/subsystem=remoting/http-connector=random/security=sasl:write-attribute(name=qop,value=[aaa])
{code}
4. Reload server
{code:bash}
reload
{code}
was:
1. Create new http connector in remoting subsystem:
{code:bash}
/subsystem=remoting/http-connector=random:add(connector-ref=default)
{code}
2. Enable SASL security in newly created http connector:
{code:bash}
/subsystem=remoting/http-connector=random/security=sasl:add()
{code}
3. Write invalid value to the qop attribute:
{code:bash}
/subsystem=remoting/http-connector=random/security=sasl:write-attribute(name=qop,value=[aaa])
{code}
4. Reload server
{code:bash}
:reload
{code}
> Server fails to start after submitting invalid security attributes
> ------------------------------------------------------------------
>
> Key: WFCORE-3316
> URL: https://issues.jboss.org/browse/WFCORE-3316
> Project: WildFly Core
> Issue Type: Bug
> Components: Remoting
> Affects Versions: 3.0.3.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Critical
>
> Server fails to start after submitting invalid security attributes values for remoting http connector (e.g QOP, strength)
> Only fix for the configuration is to manually change the XML file directly
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list