coheigea commented on code in PR #2566:
URL: https://github.com/apache/cxf/pull/2566#discussion_r2298299674


##########
rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/util/JndiHelper.java:
##########
@@ -30,7 +30,9 @@
 public class JndiHelper {
 
     private static final List<String> ALLOWED_PROTOCOLS = Arrays.asList(
-        "vm://", "tcp://", "nio://", "ssl://", "http://";, "https://";, "ws://", 
"wss://");
+        "vm://", "tcp://", "nio://", "ssl://", "http://";, "https://";, "ws://", 
"wss://",

Review Comment:
   @ropalka I think as these are unlikely to be relevant to most CXF users, it 
makes more sense to make the default configurable so that they can be added by 
JBoss?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to