Skip to content

Remove percent encoding when logging url path

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 24 Jun 08:01
6810c21
This patch was authored by @valeriomazzeo and released by @MrLotU.

Remove percent encoding when logging url path (#2399)

The DefaultResponder now removes the percent encoding when logging the url request's path.

Previous log:

[ INFO ] GET /users/auth0%7C59abc/

After this change:

[ INFO ] GET /users/auth0|59abc/