Skip to content

Commit

Permalink
[EJBCLIENT-388] Add 'remote+tls' to supported protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
tadamski committed Sep 3, 2024
1 parent 5452fb4 commit 7e48e57
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public boolean supportsProtocol(final String uriScheme) {
case "remote":
case "remote+http":
case "remote+https":
case "remote+tls":
// compatibility
case "remoting":
case "http-remoting":
Expand All @@ -69,6 +70,7 @@ public EJBReceiver getReceiver(final EJBReceiverContext receiverContext, final S
case "remote":
case "remote+http":
case "remote+https":
case "remote+tls":
// compatibility
case "remoting":
case "http-remoting":
Expand Down

0 comments on commit 7e48e57

Please sign in to comment.