Github user maskit commented on the issue:

    https://github.com/apache/trafficserver/pull/866
  
    ``HttpRequestData::get_string()`` unescapes an URL and it is called from 
``UrlMatcher<Data, Result>::Match(RequestData *rdata, Result *result)``. I 
think this is the code Sudheer mentioned.
    
    However, at least, the unescaped URL doesn't come out from the function. If 
we could assure that no unescaped string flows into the logging system, we will 
be able to simply remove some of calls of ``LogUtils::url_escapify``.
    
    Also, I realized that ``TSStringPercentEncode`` uses 
``LogUtils::url_escapify`` internally. So changing behavior of 
``LogUtils::url_escapify`` would affect plugins.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to