Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/python2.5/site-packages/libsvn/_fs.so: undefined symbol: svn_swig_get_application_pool" ). Look in the Trac log for more information.

Ticket #29 (new defect)

Opened 2 years ago

Returning proper HTTP Statuses

Reported by: james Owned by: james
Priority: major Milestone:
Component: System Version:
Keywords: Cc:
Blocking: Blocked By:

Description

Currently, all pages, including "not found"-type exceptions, return 200 statuses.

Proposed statuses:

ExceptionStatus
NoRecordException?404
NoActionException?400
NoControllerException?400
AccessException?403
NoViewException?500
NoConnectionException?500
BadQueryException?500
BadArgumentException?500
MavericException?500
Note: See TracTickets for help on using tickets.