This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 8d48f8a373 ARTEMIS-4449 Fix url parameter separator in acceptor
configuration
8d48f8a373 is described below
commit 8d48f8a373d03ea6cf84fe79c834934b0ec30684
Author: Nandor Soma Abonyi <[email protected]>
AuthorDate: Mon Oct 2 15:52:15 2023 +0200
ARTEMIS-4449 Fix url parameter separator in acceptor configuration
---
docs/user-manual/configuring-transports.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/configuring-transports.adoc
b/docs/user-manual/configuring-transports.adoc
index 3a35ff0a40..fce760d233 100644
--- a/docs/user-manual/configuring-transports.adoc
+++ b/docs/user-manual/configuring-transports.adoc
@@ -32,7 +32,7 @@ These are set on the `URL` as part of the query, like so:
[,xml]
----
-<acceptor
name="netty">tcp://localhost:61617?sslEnabled=true&keyStorePath=/path</acceptor>
+<acceptor
name="netty">tcp://localhost:61617?sslEnabled=true;keyStorePath=/path</acceptor>
----
== Connectors