Opened 16 years ago

Closed 16 years ago

#6831 closed (fixed)

Replace backslash in reverse URL resolver

Reported by: Bastian Kleineidam <calvin@…> 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)

0001-Replace-backslash-in-reverse-URL-resolver.patch (1.7 KB ) - added by Bastian Kleineidam <calvin@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by Bastian Kleineidam <calvin@…>, 16 years ago

comment:1 by Simon Greenhill, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7660]) Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thanks, Bastian Kleineidam

Note: See TracTickets for help on using tickets.
Back to Top