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

Timothy Bish resolved AMQ-3209.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.5.0
         Assignee: Timothy Bish

Patch applied, thanks.

> URISupport.createURIWithQuery() fails on some composite uris.
> -------------------------------------------------------------
>
>                 Key: AMQ-3209
>                 URL: https://issues.apache.org/jira/browse/AMQ-3209
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.5.0
>            Reporter: Aja Walker
>            Assignee: Timothy Bish
>            Priority: Minor
>              Labels: util
>             Fix For: 5.5.0
>
>         Attachments: URISupport.patch, URISupport.patch
>
>
> URISupport.createURIWithQuery() fails on composite URIs that have an inner 
> query but not an outer query, e.g.:
> outerscheme:(innerscheme:innerssp?innerquery=0)
> The failure is due to the method not taking into account this possibility and 
> assuming the query consists of everything  after the last question mark.  The 
> attached patch adds a test case in org.apache.activemq.util.URISupportTest 
> that demonstrates the problem, and also modifies 
> URISupport.createURIWithQuery() with a suggested fix for the problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to