Opened 16 years ago

Closed 16 years ago

#6306 closed (fixed)

auth's redirect_to_login method doesn't correctly quote url argument

Reported by: Chris Beaven Owned by: nobody
Component: Contrib apps Version: dev
Severity: Keywords: contrib.auth
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

Came across it while investigating another unrelated ticket. Simple fix attached.

Attachments (1)

6306.diff (1.1 KB ) - added by Chris Beaven 16 years ago.

Download all attachments as: .zip

Change History (4)

by Chris Beaven, 16 years ago

Attachment: 6306.diff added

comment:1 by Thomas Güttler, 16 years ago

related: #6581

comment:2 by Jacob, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7749]) Fixed #6306 -- redirect_to_login() helper function now quotes the URL arguments correctly. Thanks, SmileyChris

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