mitre / HTTP-Proxy-Servlet

Smiley's HTTP Proxy implemented as a Java servlet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encoded question marks in path are not encoded from proxy

fpetterlate opened this issue · comments

If I try to do a request on:

https://localhost:8084/proxy/api/pathwithquestionmark%3F%3F?from=1&to=10

I see in the log that I get:
proxy GET uri: /proxy/api/pathwithquestionmark%3F%3F -- https://my.server.com/api/pathwithquestionmark???from=1&to=10

So it looks like questions marks in path are not encoded anymore.

Fixed! Thanks for reporting the problem!

Thanks :) Will there be a release soon?

I created #193 for the release.