You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2010/07/01 17:24:51 UTC

[jira] Created: (CAMEL-2891) URIs for viewing a route as a language clashes with any other possible sub resource for routes (such as status)

URIs for viewing a route as a language clashes with any other possible sub resource for routes (such as status)
---------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2891
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2891
             Project: Apache Camel
          Issue Type: Improvement
    Affects Versions: 2.3.0
            Reporter: James Strachan
            Assignee: James Strachan
             Fix For: 2.5.0


rather than: {id}/{lang}

we should use something like {id}/lang/{lang}

so that it doesn't gobble up: {id}/status or {id}/somethingElse :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2891) URIs for viewing a route as a language clashes with any other possible sub resource for routes (such as status)

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-2891.
-----------------------------------

    Fix Version/s: 2.4.0
                       (was: 2.5.0)
       Resolution: Fixed

we now use {id}/lang/{lang}

> URIs for viewing a route as a language clashes with any other possible sub resource for routes (such as status)
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2891
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2891
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 2.3.0
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 2.4.0
>
>
> rather than: {id}/{lang}
> we should use something like {id}/lang/{lang}
> so that it doesn't gobble up: {id}/status or {id}/somethingElse :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.