Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#1178 closed defect (fixed)

Fail in middleware - dont know which

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

Description

When there is a bug in middleware, the output informs that
there is a bug in middleware, show the bug ant its traceback, but doesnt show
in which middleware. There sould be some changes in source:django/trunk/django/core/handlers/base.py

Change History (3)

comment:1 by Adrian Holovaty, 19 years ago

Could you give an example of a middleware bug so we can see what you mean?

comment:2 by Adrian Holovaty, 19 years ago

priority: highnormal

comment:3 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [2358].

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