Opened 17 years ago
Closed 16 years ago
#6831 closed (fixed)
Replace backslash in reverse URL resolver
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The reverse URL resolver replaces regular expression syntax characters,
which should also include a backslash.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | 0001-Replace-backslash-in-reverse-URL-resolver.patch added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7660]) Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thanks, Bastian Kleineidam