Ticket #116 (closed defect: fixed)
Different levels of escaping for PATH_INFO on different servers
| Reported by: | whateley | Owned by: | why |
|---|---|---|---|
| Priority: | major | Milestone: | Camping 1.6 |
| Component: | bin/camping | Version: | |
| Keywords: | Cc: | whateley@… |
Description
Camping is inconsistent in what it puts in the PATH_INFO variable when responding to a URL containing Unicode characters.
For example, "/tag/μformats":
When running under Mongrel, @env.PATH_INFO is "/tag/%CE%BCformats".
When running under WEBrick or FastCGI, @env.PATH_INFO is "/tag/\316\274formats".
Change History
Note: See
TracTickets for help on using
tickets.
