Back to bug 1025319

Who When What Removed Added
mark yarborough 2013-10-31 16:11:36 UTC CC dandread, jawilson, jdoyle, myarboro, pslavice
Brian Stansberry 2013-10-31 16:48:36 UTC CC brian.stansberry
Assignee david.lloyd brian.stansberry
mark yarborough 2013-10-31 18:01:08 UTC Target Milestone --- CR1
Severity unspecified high
Brian Stansberry 2013-10-31 21:14:10 UTC Status NEW POST
Brian Stansberry 2013-11-04 23:46:29 UTC Status POST MODIFIED
Paul Gier 2013-11-11 03:18:15 UTC Status MODIFIED ON_QA
Ladislav Thon 2013-11-12 11:24:26 UTC Status ON_QA VERIFIED
CC lthon
Brian Stansberry 2013-11-21 02:32:12 UTC Doc Text Cause:

When creating an outbound remoting connection, the service setting up the connection would add user-defined configuration settings before adding various default settings. The effect of this is the default settings would override any user-defined settings that have the same key.

Consequence:

SSL could not be disabled on remote EJB connections originated from the server.

Fix:

The user-defined settings are stored after the defaults, ensuring they take precedence.

Result:

SSL can be disabled on outbound remoting connections.
Lucas Costi 2013-12-03 00:28:13 UTC CC lcosti
Doc Text Cause:

When creating an outbound remoting connection, the service setting up the connection would add user-defined configuration settings before adding various default settings. The effect of this is the default settings would override any user-defined settings that have the same key.

Consequence:

SSL could not be disabled on remote EJB connections originated from the server.

Fix:

The user-defined settings are stored after the defaults, ensuring they take precedence.

Result:

SSL can be disabled on outbound remoting connections.
When creating an outbound remote connection, the service that creates the connection would apply the default settings after applying user-defined configuration settings. This resulted in the default settings incorrectly overriding any user-defined settings that had the same key.

As a result of this situation, SSL could not be disabled on remote EJB connections which originated from the server.

This issue has been fixed in this release of JBoss EAP 6. User-defined settings are now applied after the default settings, which ensures that user-defined settings take precedence.

As a result, SSL can now be disabled on outbound remote connections.
mark yarborough 2013-12-15 16:23:42 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2013-12-15 11:23:42 UTC

Back to bug 1025319