I think it's completely unnecessary to escape / characters in URLs. It is only necessary to escape those characters that are not permissible in URLs and those characters that have syntactic meaning (especially & and =).
Rick On Mar 3, 12:56 pm, "Ian P. Christian" <[EMAIL PROTECTED]> wrote: > Marek wrote: > > Hi devs, > > > Currenty symfony can create urls containing urlencoded slash (%2F), > > which does not work for apache*, it throws right away 404 without even > > looking at rewrite rules. This can be seen for example in sfSimpleCMS > > plugin, where publich/unpublish/delete actions don't work for slugs > > containing / --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
