Re: [symfony-users] Re: Escape %2f in URL solution

2010-07-19 Thread Christian Schaefer
Hi Javier, I examined this for a short while and came to the conclusion that either you have to drop the requirement of having slashes in your parameter and find another solution or do the slightly unelegant str_replace(). Read more about it here:

Re: [symfony-users] Re: Escape %2f in URL solution

2010-07-19 Thread Sid Bachtiar
You could always extract the variable manually from $_SERVER['REQUEST_URI'] On Tue, Jul 20, 2010 at 8:06 AM, Christian Schaefer cae...@gmail.com wrote: Hi Javier, I examined this for a short while and came to the conclusion that either you have to drop the requirement of having slashes in

[symfony-users] Re: Escape %2f in URL solution

2010-03-10 Thread Richtermeister
Hey Javier, I've come across this solution (simple string replace) a couple of times, and it works well for me so far, so I guess it's ok. Daniel On Mar 10, 10:03 am, Javier Sanchez javija...@gmail.com wrote: Hi all This is my problem. When i want to route with a parametrer slash / like