I have a routing definition that's pretty standard:

example:
    pattern:   /test/{email_address}
    defaults:  { _controller: SomeBundle:Example:show }

When doing something like
/test/t...@test.com

The controller is not able to pick it up. Even urlencoding/decoding
does not work (does not seem to like the period in the email).

Any pointers?

There seems to be a solution for Symfony 1.x where you omit certain
lines in .htaccess, but those lines do not exist in the Symfony
2.x .htaccess

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to