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

                 Key: PLUTO-247
                 URL: http://issues.apache.org/jira/browse/PLUTO-247
             Project: Pluto
          Issue Type: Improvement
          Components: portal driver
    Affects Versions: 1.1.0-beta1
            Reporter: David Hay
            Priority: Trivial


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)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to