I noticed that Pyramid (1.2.4) url dispatch route does not work with
%2F
So the below route --
config.add_route('date', '/date/{date})
does not match --
/date/2012%2F1%2F5
Is it a bug?
Thanks.
Jerry
--
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.