Skip to content

Commit

Permalink
[Routing] added back a comment that were deleted previously
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 7, 2011
1 parent c061b45 commit 4f9060c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Routing/Generator/UrlGenerator.php
Expand Up @@ -29,6 +29,7 @@ class UrlGenerator implements UrlGeneratorInterface
{
protected $context;
protected $decodedChars = array(
// %2F is not valid in a URL, so we don't encode it (which is fine as the requirements explicitely allowed it)
'%2F' => '/',
);

Expand Down

0 comments on commit 4f9060c

Please sign in to comment.