Opened 18 years ago
Closed 18 years ago
#5260 closed (wontfix)
Send cookies with e-mail from SEND_BROKEN_LINK_EMAILS
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).
Change History (2)
by , 18 years ago
Attachment: | broken_link_cookies.patch added |
---|
comment:1 by , 18 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]