I have more information now. Routes is actually just dropping anything
after the last "." in a url

so if the url is "http://www.someplace.com/test.test.egg""; where
test.test is supposed to be the id of some resource, then routes seems
to be loosing the last ".egg". The id parameter comes out as only
"test.test"

any ideas?

On Mar 2, 6:26 pm, Justin <[email protected]> wrote:
> I am using routes 1.10.3 with python 2.5. I may be doing something
> wrong, but I have a unicode primary_key field and when routes passes
> the key "test.test" in the url, the controller only gets "test" and
> the trailing ".test" does not make it. I can't figure out what I am
> doing wrong here!
>
> Thanks in advance for any help
--~--~---------~--~----~------------~-------~--~----~
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