You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Patrick Vansevenant (JIRA)" <ji...@apache.org> on 2017/08/01 13:23:00 UTC

[jira] [Created] (AMQ-6781) The ActiveMQ Web Console doesn’t support a plus (+) sign in the ClientID

Patrick Vansevenant created AMQ-6781:
----------------------------------------

             Summary: The ActiveMQ Web Console doesn’t support a plus (+) sign in the ClientID
                 Key: AMQ-6781
                 URL: https://issues.apache.org/jira/browse/AMQ-6781
             Project: ActiveMQ
          Issue Type: Bug
          Components: webconsole
    Affects Versions: 5.14.1, 5.15.1
            Reporter: Patrick Vansevenant


I’m trying to use an ISO 8601 date/time as part of the ClientID. 

For example : connection.setClientID("<my unique id>|2017-08-01T09:20:18.936+03:00"); 

The following error is generated when clicked on the url in the Web Console | Connections page : 

"No connection could be found for ID <my unique id>|2017-08-01T09:20:18.936 
03:00" 

I see that the ‘+’ sign isn’t correct encoded in the URL. 

It is : + 
http://testactivemq:8161/admin/connection.jsp?connectionID=%3Cmy%20unique%20id%3E|2017-08-01T09:20:18.936+03:00 

And it should perhaps be : %2B 
http://testactivemq:8161/admin/connection.jsp?connectionID=%3Cmy%20unique%20id%3E|2017-08-01T09:20:18.936%2B03:00 




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)