On 5. Mar., 15:28 h., Jacob Coby <[EMAIL PROTECTED]> wrote: > 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?
I'm talking about URL without query string, that's everything that comes before the first "?". Escaping / there makes apache serve 404 page for any request. -- Marek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
