You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2012/07/31 19:16:35 UTC

[jira] [Updated] (APLO-187) Using a period (.) within a topic id when using slash (/) as path separator

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

Hiram Chirino updated APLO-187:
-------------------------------

    Fix Version/s:     (was: 1.4)
                   1.5
    
> Using a period (.) within a topic id when using slash (/) as path separator
> ---------------------------------------------------------------------------
>
>                 Key: APLO-187
>                 URL: https://issues.apache.org/jira/browse/APLO-187
>             Project: ActiveMQ Apollo
>          Issue Type: Bug
>          Components: apollo-broker, apollo-stomp
>    Affects Versions: 1.1
>         Environment: MAC OS X
>            Reporter: Dylan Jones
>            Priority: Minor
>             Fix For: 1.5
>
>
> When defining a character as the path separator, for example a slash, the topic still needs to be defined using the dot notation, ie:
> <topic id="id.lsrfm.text" />
> This prevents topics that contain a period to be used, for example: "/topic/id/lsrfm.com/lsr/text", which is a valid destination, as stated in the current documentation [http://activemq.apache.org/apollo/documentation/user-manual.html#Destination_Name_Restrictions]
> There needs to be a way to escape a period or to define the topic id using the path separator stated. For example:
> <topic id="id/lsrfm.com/lsr/text" path_separator="/" />

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira