On Mar 5, 2008, at 6:44 AM, RickB wrote:
> > 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 =). If you're not going to fully escape URL parameters, how do you represent a slug (or some other value) in a URL with a / in it? > > > 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 / > > > -- Jacob Coby [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
