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)
Change History (2)
by , 17 years ago
Attachment: | broken_link_cookies.patch added |
---|
comment:1 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
Patch against SVN [6020]