On Oct 16, 2009, at 7:32 AM, mr.freeze wrote: > No, I think you are right (after doing some reading). Can I use > routes.py to make my application name (or entire url) case > insensitive?
You could in principle (by patching rewrite.py) force all incoming paths to lower case, which would accomplish the same thing. But routes_out wouldn't be so simple. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

