On Jul 25, 12:10 am, "Lawrence Oluyede" <[EMAIL PROTECTED]> wrote:
>
> Ok  I'll try tomorrow
>

I have a similar problem with '/' escape in a params in the url.

Example

routes '/controller/:code/:var' (version 1.9.1)

code = 0000/3 (escaped 0000%2F3)
var = 01
url = http://localhost:5000/controller/0000%2F3/0

it raises a 404 error. Without backslash I haven't problem.

Can someone help me?

Bye
Stefano
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to