Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-247

PortalURLParser: Avoid putting '?' and '&' characters in query string if unnecessary

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.1.0-beta1
    • 1.1.0
    • portal driver
    • None

    Description

      When building the query string in PortalURLParser, the URL ends up containing a '?' character, whether there's a query string or not (e.g. http://host/path/?) While not incorrect, it doesn't look very nice.

      A similar problem exists for query parameters. The query string always starts with an '&' character. (e.g. http://host/path/?&param=value)

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            dhay David Hay
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: