Not possible to completel delete e.g. the Query part of a URL via plugins
-------------------------------------------------------------------------

                 Key: TS-746
                 URL: https://issues.apache.org/jira/browse/TS-746
             Project: Traffic Server
          Issue Type: Bug
            Reporter: Leif Hedstrom
             Fix For: 2.1.8


If you use an API call like

{code}
TSUrlHttpQuerySet(rri->requestBufp, rri->requestUrl, "", 0);
{code}


the resulting request will still include a '?' e.g.

{code}
GET /? HTTP/1.1
{code}


I believe the same is true for other similar URL APIs, e.g. Path and matrix 
parameters. We really ought to have a way to completely delete the component.

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

Reply via email to