From f9ef78f1c8da976b409e349a495e4b55edab4058 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Thu, 10 Oct 2013 09:56:00 +0200 Subject: [PATCH] preserve query string on redirection --- modules/i18n/src/main/I18nRequestHandler.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i18n/src/main/I18nRequestHandler.scala b/modules/i18n/src/main/I18nRequestHandler.scala index 235f306e5f..7ae9f9861b 100644 --- a/modules/i18n/src/main/I18nRequestHandler.scala +++ b/modules/i18n/src/main/I18nRequestHandler.scala @@ -18,5 +18,5 @@ final class I18nRequestHandler(pool: I18nPool, protocol: String) { private def redirectUrl(req: RequestHeader) = protocol + I18nDomain(req.domain).withLang(pool preferred req).domain + - req.path + req.uri }