[ 
https://issues.apache.org/jira/browse/ARTEMIS-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Armand Roelens updated ARTEMIS-1074:
------------------------------------
    Description: 
When configuring acceptors/connectors in the artemis.xml to use SSL and a 
password codec for password encryption (masking-password is enabled to true), 
the following exception occurs preventing the acceptors/connectors from 
starting up:

https://issues.apache.org/jira/secure/attachment/12860743/exception.png

The getPasswordProperty() method in the ConfigurationHelper expects both the 
masking password property and the password codec property as input arguments, 
however the masking password property is being passed in place of the password 
codec property (thus being passed in twice) which will cause an exception to 
occur.


  was:
When configuring acceptors/connectors in the artemis.xml to use SSL and a 
password codec for password encryption (masking-password is enabled to true), 
the following exception occurs preventing the acceptors/connectors from 
starting up:

(insert image)

The getPasswordProperty() method in the ConfigurationHelper expects both the 
masking password property and the password codec property as input arguments, 
however the masking password property is being passed in place of the password 
codec property (thus being passed in twice) which will cause an exception to 
occur.



> Acceptors and Connectors that enable SSL don’t start up while using a 
> password codec
> ------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1074
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1074
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.5.4, 2.next
>            Reporter: Armand Roelens
>            Priority: Critical
>              Labels: security
>             Fix For: 1.5.3, 2.0.0
>
>         Attachments: exception.png
>
>
> When configuring acceptors/connectors in the artemis.xml to use SSL and a 
> password codec for password encryption (masking-password is enabled to true), 
> the following exception occurs preventing the acceptors/connectors from 
> starting up:
> https://issues.apache.org/jira/secure/attachment/12860743/exception.png
> The getPasswordProperty() method in the ConfigurationHelper expects both the 
> masking password property and the password codec property as input arguments, 
> however the masking password property is being passed in place of the 
> password codec property (thus being passed in twice) which will cause an 
> exception to occur.



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

Reply via email to