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?



-- 




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to