This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 4e50e8df3a [AMQ-9749] Update JaasDualAuthenticationBroker isSSL method
to be protected to allow override
4e50e8df3a is described below
commit 4e50e8df3a604d9b5f69f9a7c2c60b87f4100fd1
Author: Matt Pavlovich <[email protected]>
AuthorDate: Tue Jul 29 18:28:08 2025 -0500
[AMQ-9749] Update JaasDualAuthenticationBroker isSSL method to be protected
to allow override
---
.../java/org/apache/activemq/security/JaasDualAuthenticationBroker.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/activemq-broker/src/main/java/org/apache/activemq/security/JaasDualAuthenticationBroker.java
b/activemq-broker/src/main/java/org/apache/activemq/security/JaasDualAuthenticationBroker.java
index c2aacdef10..9a8d4dfd0e 100644
---
a/activemq-broker/src/main/java/org/apache/activemq/security/JaasDualAuthenticationBroker.java
+++
b/activemq-broker/src/main/java/org/apache/activemq/security/JaasDualAuthenticationBroker.java
@@ -110,7 +110,7 @@ public class JaasDualAuthenticationBroker extends
BrokerFilter implements Authen
}
}
- private boolean isSSL(ConnectionContext context, ConnectionInfo info)
throws Exception {
+ protected boolean isSSL(ConnectionContext context, ConnectionInfo info)
throws Exception {
boolean sslCapable = false;
Connector connector = context.getConnector();
if (connector instanceof TransportConnector) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact