try to md5 the email address. i guess it would be better .. and also would fix your problem ... i do not know why would you met that problem ..
On Mon, Oct 19, 2009 at 8:50 PM, Eno <[email protected]> wrote: > > > In one of our apps, we have a routing rule with an email address in it: > > unsubscribeform: > url: /unsubscribe/email/:email > param: { module: subscribe, action: index } > > So URLs will be like: > > http://www.domain.com/unsubscribe/email/[email protected] > > This route worked fine in symfony 1.0, but in 1.2 we get a 404 error. We > also tried urlencoding the email address - this works in Firefox but IE > and Chrome url-decode before sending the HTTP request so it breaks. > > Any ideas on what's going on here? > > > > -- > > > > > > > -- As programmers create bigger & better idiot proof programs, so the universe creates bigger & better idiots! I am on web: http://www.alecslupu.ro/ I am on twitter: http://twitter.com/alecslupu I am on linkedIn: http://www.linkedin.com/in/alecslupu Tel: (+4)0748.543.798 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
