0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/unit/middleware
Hannah Wolfe b1dd96ecc2 Removing incorrect 405 handling
refs #2757

- As per this convo: https://ghost.slack.com/archives/ghost/p1436895553007431 the 405 handling in Ghost is acting
as a catch all, rather than only returning when the wrong HTTP method is used for a valid resource.
- Implementing proper 405 with express is a challenge, and therefore we defer doing this work until it is needed
2015-07-14 20:49:19 +01:00
..
api-error-handlers_spec.js Removing incorrect 405 handling 2015-07-14 20:49:19 +01:00
cache-control_spec.js Cache control for private blogs 2015-05-20 21:44:42 +01:00
client-auth_spec.js Improve API error handling 2015-06-15 10:08:30 +01:00
decide-is-admin_spec.js Improve API error handling 2015-06-15 10:08:30 +01:00
spam-prevention_spec.js Move the spam prevention into its own file. 2015-05-29 08:59:29 -07:00
uncapitalise_spec.js Move uncapitalize into its own file. 2015-06-10 12:21:15 -07:00