mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
In some specific case, redirect path (created from route params) is incorrect. `redirectUrl` is expected to be encoded, but scalatra decodes route params by rl.UrlCodingUtils via ScalatraBase.UriDecoder. To avoid this problem, I add dirty workaround to encode redirect path.
1.6 KiB
1.6 KiB