Task #1283
Re-evaluate urlencoding throughout site
| Status: | DevFeedback | Start date: | 09/26/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Web | |||
| Target version: | 1.7.0 | |||
| Blocking Target Version: |
Description
We discovered a side-effect of using urlencode (#1282) with images and spaces. urlencode appears to replace spaces with "+" for historical reasons. It appears that "rawurlencode" is the prefered, and accepted, method to dealing with encoding URLs to send back to the browser.
In #1282 we fixed the case on the awards page, but perhaps we should do a site-wide replacement. Thoughts?