Ticket #3013 defect closed fixed
twisted.web.proxy incorrectly mangles URIs
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | Branch: | branches/proxy-urlquote-3013 | |
| Author: | exarkun | Launchpad Bug: |
Description
ReverseProxyResource.render parses the request URI it receives. It then passes on the path and the query portions to the target of the proxying.
It does not pass on the fragment.
It unquotes the URI and does not re-quote it when sending it on.
Change History
Note: See
TracTickets for help on using
tickets.
