0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/middleware
Katharina Irrgang 3004e03bc6 🐛 Fixed throwing 500 for invalid encoded urls (#9279)
refs https://github.com/TryGhost/Team/issues/41

- if you send invalid encoded url components in the path, the server tried to decode the url
- if it contains invalid characters like /AF%, it throwed a 500
- we return a page not found error instead
2017-11-28 11:39:38 +00:00
..
api Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
validation
admin-redirects.js Move admin redirects out of site router 2017-11-08 09:45:34 +00:00
brute.js
cache-control.js Rename blog -> site 2017-10-26 18:09:56 +01:00
custom-redirects.js Rename blog -> site 2017-10-26 18:09:56 +01:00
error-handler.js Introduced renderer to DRY up controllers (#9235) 2017-11-10 12:44:29 +00:00
frontend-client.js Moved fetching client out of our ghost_head helper (#9180) 2017-10-26 12:03:53 +02:00
ghost-locals.js
labs.js
log-request.js Added request id header (#9122) 2017-10-09 14:48:32 +02:00
maintenance.js
pretty-urls.js Always use our redirects utility (#9132) 2017-10-12 14:36:50 +02:00
serve-favicon.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
serve-public-file.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
static-theme.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
uncapitalise.js 🐛 Fixed throwing 500 for invalid encoded urls (#9279) 2017-11-28 11:39:38 +00:00
url-redirects.js Always use our redirects utility (#9132) 2017-10-12 14:36:50 +02:00