Opened 12 years ago
Last modified 12 years ago
#19532 closed Bug
URL encoding error in set_script_prefix — at Initial Version
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Core (URLs) | Version: | 1.5-beta-1 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
We found this as a regression bug when we switched to using django 1.5.
We were generating a fully qualified url to be used as a link within an email, by doing
set_script_prefix('http://%s' % self.domain)
The url with this prefix was generated fine with django 1.4.3, but with 1.5, the url was turned into 'http%3A...'
Note:
See TracTickets
for help on using tickets.