liuzq created AMQ-6388:
--------------------------

             Summary: 
activemq-client/src/main/java/org/apache/activemq/util/URISupport.java
                 Key: AMQ-6388
                 URL: https://issues.apache.org/jira/browse/AMQ-6388
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: liuzq


when I study the java code of ActiveMQ 5.13.4,
I find the code 
of(https://github.com/apache/activemq/blob/master/activemq-client/src/main/java/org/apache/activemq/util/URISupport.java)
maybe there is a bug with (line 368):---> if (initialParen == 0) {

I think the code here should be if (initialParen != 0) {

change the "==" to be "!="



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to