Changes between Initial Version and Version 1 of Ticket #24681


Ignore:
Timestamp:
Apr 21, 2015, 7:47:50 AM (10 years ago)
Author:
Oliver Bristow
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24681

    • Property Keywords BrokenLinkEmailsMiddleware added; CommonMiddleware removed
    • Property Owner changed from nobody to Oliver Bristow
    • Property Status newassigned
    • Property Summary CommonMiddleware UnicodeDecodeErrorBrokenLinkEmailsMiddleware UnicodeDecodeError
  • Ticket #24681 – Description

    initial v1  
    99}}}
    1010
    11 This is a problem in `BrokenLinkEmailsMiddleware.process_response` that goes back to at least [https://github.com/django/django/blob/stable/1.4.x/django/middleware/common.py#L103 1.4.x] and is still a on [https://github.com/django/django/blob/stable/1.8.x/django/middleware/common.py#L144 1.8.x].
     11This is a problem goes back to at least [https://github.com/django/django/blob/stable/1.4.x/django/middleware/common.py#L103 1.4.x] and is still a on [https://github.com/django/django/blob/stable/1.8.x/django/middleware/common.py#L144 1.8.x].
    1212
    1313I have a fix with a test that I will create a pull request for.
Back to Top