Fix a problem to redirect wikipage named by multi-byte characters
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 parent 2d85d41 commit 37358e9c8cfa749733a1dcfa936524f894af830c
@Kohei Ozaki Kohei Ozaki authored on 19 Oct 2013
Showing 1 changed file
View
src/main/scala/app/SignInController.scala