[ 
https://issues.apache.org/jira/browse/AMQ-6781?focusedWorklogId=562244&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-562244
 ]

ASF GitHub Bot logged work on AMQ-6781:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Mar/21 09:07
            Start Date: 08/Mar/21 09:07
    Worklog Time Spent: 10m 
      Work Description: lucastetreault removed a comment on pull request #279:
URL: https://github.com/apache/activemq/pull/279#issuecomment-792580360


   Can one of the admins verify this patch?


----------------------------------------------------------------
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.

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 562244)
    Time Spent: 20m  (was: 10m)

> 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: Web Console
>    Affects Versions: 5.14.1, 5.15.0
>            Reporter: Patrick Vansevenant
>            Priority: Minor
>         Attachments: screenshot-1.png, screenshot-2.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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"); 
> !screenshot-1.png!
> The following error is generated when clicked on the url in the Web Console | 
> Connections page : 
> !screenshot-2.png!
> I see that the ‘+’ sign isn’t correct encoded in the URL. 
> It is : *{color:red}+{color}* 
> http://testactivemq:8161/admin/connection.jsp?connectionID=%3Cmy%20unique%20id%3E|2017-08-01T09:20:18.936{color:red}*+*{color}03:00
>  
> And it should perhaps be : *{color:red}%2B {color}*
> http://testactivemq:8161/admin/connection.jsp?connectionID=%3Cmy%20unique%20id%3E|2017-08-01T09:20:18.936{color:red}*%2B*{color}03:00
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to