Opened 17 years ago

Closed 17 years ago

#5260 closed (wontfix)

Send cookies with e-mail from SEND_BROKEN_LINK_EMAILS

Reported by: pytechd Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I've attached a patch that makes a minor change to CommonMiddleware's e-mail from the SEND_BROKEN_LINK_EMAILS. It adds a line listing the cookies for the request. This is invaluable in finding broken links on a large network of sites (especially combined with the referrer).

Attachments (1)

broken_link_cookies.patch (897 bytes ) - added by pytechd 17 years ago.
Patch against SVN [6020]

Download all attachments as: .zip

Change History (2)

by pytechd, 17 years ago

Attachment: broken_link_cookies.patch added

Patch against SVN [6020]

comment:1 by Adrian Holovaty, 17 years ago

Resolution: wontfix
Status: newclosed

I don't think this is a common enough need that it's worth adding to the framework proper, but you can always roll your own middleware that does this.

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