reta commented on code in PR #2566: URL: https://github.com/apache/cxf/pull/2566#discussion_r2294627444
########## 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: Thank you @ropalka , @coheigea any concerns with relaxing the defaults? I think alternatively we could make the allowed protocols configurable and keep defaults intact. -- 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