Opened 16 years ago

Closed 16 years ago

#6278 closed (fixed)

Document that 404 has RequestContext and 500 doesn't

Reported by: Rob Hudson <treborhudson@…> Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: 404 500
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Just figured this out the hard way so I thought I'd supply some documentation...

404 is rendered with RequestContext and 500 is passed an empty Context({}).

Attachments (1)

404_500_docs.diff (1.1 KB ) - added by Rob Hudson <treborhudson@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by Rob Hudson <treborhudson@…>, 16 years ago

Attachment: 404_500_docs.diff added

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7081]) Fixed #6278 -- Documented that the 404 template is passed a RequestContext and the 500 handler is not. Thanks, Rob Hudson.

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