Re: [symfony-users] [Symfony2] Cannot use an email/e-mail address as a named parameter

2011-04-17 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i think the doc about routing still needs some love: http://symfony.com/doc/2.0/book/routing.html a section about the pattern separators would be helpful, with examples like this one or the famous "catchall" as in example: pattern: /cms/{path}

Re: [symfony-users] [Symfony2] Cannot use an email/e-mail address as a named parameter

2011-04-16 Thread Jordi Boggiano
On 16.04.2011 09:14, Theo Chakkapark wrote: > 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 pi

[symfony-users] [Symfony2] Cannot use an email/e-mail address as a named parameter

2011-04-16 Thread Theo Chakkapark
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