You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2016/08/22 17:39:20 UTC

[jira] [Assigned] (ARTEMIS-695) "Configuring transports" page has a misleading typo in the acceptor URI example

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

Justin Bertram reassigned ARTEMIS-695:
--------------------------------------

    Assignee: Justin Bertram

> "Configuring transports" page has a misleading typo in the acceptor URI example
> -------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-695
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-695
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>            Reporter: Mike Hearn
>            Assignee: Justin Bertram
>            Priority: Minor
>
> Artemis docs show this example in the "Configuring transports" section:
> <acceptor name="netty">tcp://localhost:61617?sslEnabled=true;key-store-path=/path</acceptor>
> This syntax is wrong and will silently not work right. Correct syntax is of course:
> <acceptor name="netty">tcp://localhost:61617?sslEnabled=true&keyStorePath=/path</acceptor>
> With an ampersand and camelCase



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)