Browse Source
This commit adds a trailing slash to the nested path if the request path also ends with a slash. For instance, given the request "/foo/bar/", and nested path pattern "/foo/**", we expect the nested path to be “/bar/”, not “/bar".pull/1334/head
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue