harbor/src/server
Daniel Jiang f4ac81b710 Add merge slash middleware
There are code in the core component to conditionally execute code based
on the pattern of url path, and different ingress controller or reverse
proxy may handle the dup slashes in the url path differently.
This commit merge dup slashes in the url paths to make things more
consistent.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2021-05-28 17:24:48 +08:00
..
handler Don't ignore the NotFoundErr when handling the status hook of tasks to avoid the status out of sync 2021-01-20 14:53:50 +08:00
middleware Add merge slash middleware 2021-05-28 17:24:48 +08:00
registry Clean up tech debt codes 2021-05-20 11:47:46 +08:00
router fix Conformance testing failure 2020-03-09 10:29:10 +08:00
v2.0 fix nil map assignment in gc handler (#14918) 2021-05-26 10:46:11 +08:00
route.go Move common config api to lib/config 2021-04-13 19:43:33 +08:00
server.go Bump up the version of legacy APIs to v2.0 2020-02-14 13:16:30 +08:00
version.go move send error to source lib (#12175) 2020-06-19 01:04:50 +08:00