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

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

     [ https://issues.apache.org/jira/browse/AMQ-6781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish updated AMQ-6781:
------------------------------
    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>
> 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)