rsnext/test/integration/custom-routes
JJ Kasper 49c99cc323
Fix host segment replacing for custom routes (#29090)
This fixes segments inside of the host of the destination failing to parse with url.parse due to the unexpected colon by escaping the colon for segments and then unescaping them after we have parsed the URL.

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [x] Errors have helpful link attached, see `contributing.md`

x-ref: https://github.com/vercel/vercel/pull/6713
2021-09-14 20:13:46 +00:00
..
pages Update has query encoding when used in path (#27762) 2021-08-04 20:31:12 +00:00
public Add checking filesystem after each rewrite (#9568) 2019-12-23 16:20:17 -05:00
test Fix host segment replacing for custom routes (#29090) 2021-09-14 20:13:46 +00:00
next.config.js Fix host segment replacing for custom routes (#29090) 2021-09-14 20:13:46 +00:00
server.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00