#335 closed defect (fixed)
WSCGI engine in track works incorrectly with URI containing spaces
Reported by: | Alex Samorukov | Owned by: | Alex Samorukov |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | wiki | Version: | |
Keywords: | trac | Cc: | Christian Franke |
Description
I found that urls containing spaces are not handled correnctly by trac. Most likely its about the escaping in nginx.
Sample URL is provided below:
http://www.smartmontools.org/timeline?from=2011-10-20T19%3A20%3A23Z&precision=second
Change History (6)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
What needs to be done:
- i should try to use trac locally in fastcgi mode with recent apache to find if this bug is related to the FastCGI clients in general or only applies to the nginx.
- Provide workaround to unescape all get requests.
- submit it back to the track community.
comment:4 by , 10 years ago
Cc: | added |
---|
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Issue is fixed. It was related to the nginx/fastcgi configuration, so no trac code changes were needed.
Note:
See TracTickets
for help on using tickets.
From Chrisitian: