1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 02:12:41 +01:00
phorge-phorge/src/aphront
epriestley d5f41ef70e Return HTTP 500, not HTTP 200, on exception pages
Summary: Ref T4064. The response code here isn't normally relevant, but we can hit these via `git clone http://../`, etc., and it's clearly more correct to use HTTP 500.

Test Plan: Added a fake `throw new Exception()` and verified I got an HTTP 500 response.

Reviewers: jamesr, btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T4064

Differential Revision: https://secure.phabricator.com/D7507
2013-11-05 15:25:12 -08:00
..
__tests__ Add passthru to AphrontRequest 2012-12-11 17:27:02 -08:00
configuration Return HTTP 500, not HTTP 200, on exception pages 2013-11-05 15:25:12 -08:00
console Tie application event listeners to the applications they listen for 2013-10-21 17:00:21 -07:00
exception Remove AphrontRedirectException 2013-10-07 13:29:05 -07:00
response Accept and route VCS HTTP requests 2013-10-29 15:32:40 -07:00
sink Accept and route VCS HTTP requests 2013-10-29 15:32:40 -07:00
AphrontController.php Use delegation to generalize application search controllers 2013-05-30 14:09:02 -07:00
AphrontRequest.php Fix controller-level access rules 2013-10-03 19:05:47 -07:00
AphrontURIMapper.php Delete license headers from files 2012-11-05 11:16:51 -08:00