JMSI18nRoutingBundle icon indicating copy to clipboard operation
JMSI18nRoutingBundle copied to clipboard

Security Bugfix in SF 2.0.20 / 2.1.5 for I18NRouter

Open mikelohmann opened this issue 13 years ago • 2 comments

The I18NRouter::match($url) need an urlencode due to the Bugfix of SF 2.0.12 / 2.1.5 if redirecting to .domain/<URL>.

https://github.com/symfony/symfony/pull/6363

mikelohmann avatar Dec 20 '12 13:12 mikelohmann

Are you sure? We are just passing what we get to the super class.

schmittjoh avatar Dec 21 '12 08:12 schmittjoh

Yes. But in case of Redirection the $url is used in the return array, or am I wrong?

Regards

Mike

Am 21.12.2012 um 09:07 schrieb Johannes [email protected]:

Are you sure? We are just passing what we get to the super class.

— Reply to this email directly or view it on GitHubhttps://github.com/schmittjoh/JMSI18nRoutingBundle/issues/79#issuecomment-11605664.

mikelohmann avatar Dec 24 '12 11:12 mikelohmann