Ghost/core/server/web/shared/middlewares
Kukhyeon Heo 7528ec8c3b
🐛 Fixed redirects "to" query params forwarding (#12333)
ref #10898

- The redirects configuration's `to` & `from` URL parameters used to ignore it's query string parameters, which resulted in unexpected behavior
- Current changeset only partially fixes the issue. Now `to` URL's query parameters always take precedence over incoming query parameters and the rest of query parameters are passed through.
2021-01-05 14:11:06 +13:00
..
api Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
brute.js Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
cache-control.js Refactored cache-control mw to remove dependencies 2020-04-22 18:01:01 +01:00
custom-redirects.js 🐛 Fixed redirects "to" query params forwarding (#12333) 2021-01-05 14:11:06 +13:00
error-handler.js Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
index.js Moved normalize image mw into api app 2020-04-22 17:48:54 +01:00
labs.js Swapped common for @tryghost/errors in core/server/web 2020-04-09 19:40:00 +01:00
maintenance.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
pretty-urls.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
uncapitalise.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
url-redirects.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00