Hi Guys, I bumped into this same problem. In my case I also have a slug that can possibly contain a slash (depending on user input). I cannot remove the slash, and I do want to get it replaced by %2F (with url_encode).
I however found not only the cause, but also the solution: http://httpd.apache.org/docs/2.0/mod/core.html#allowencodedslashes Both symfony-project.org, but also apache.org suffer from this same "problem" http://www.symfony-project.org/doc/1_2%2F and http://apache.org/foundation%2fgetinvolved.html in contradiction to http://apache.org/foundation/getinvolved.html The 404 is apparently by design, but also very confusing. It can be solved by adding AllowEncodedSlashes On But why is this disabled by default? Questions are still remaining, even though the solution is there... Regards Leon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
