Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3209

URISupport.createURIWithQuery() fails on some composite uris.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.5.0
    • 5.5.0
    • None
    • Patch Available

    Description

      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.

      Attachments

        1. URISupport.patch
          4 kB
          Aja Walker
        2. URISupport.patch
          3 kB
          Aja Walker

        Activity

          People

            tabish Timothy A. Bish
            psiolent Aja Walker
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: