#30766: Refactor ExceptionReporter to allow overriding cookies filter.
------------------------------------------------+------------------------
               Reporter:  Nasir Hussain         |          Owner:  (none)
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Error reporting       |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Since now we are allowing to use custom ExceptionRepoter subclass in
 #29714. We should refactor ExceptionReporter and move
 
[https://github.com/django/django/blob/350123f38c2b6217c38d70bfbd924a9ba3df1289/django/views/debug.py#L319
 cookies] extraction to a function like we are doing for POST
 
[https://github.com/django/django/blob/350123f38c2b6217c38d70bfbd924a9ba3df1289/django/views/debug.py#L305
 here] so that It is easy to override sensitive cookies filtering in the
 custom subclass of ExceptionRepoter.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30766>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.e71c250db572ae58795271813ce38ecc%40djangoproject.com.

Reply via email to