I dislike capital letters in the URL, just because of case in-sensitive websites. You type it in to the address bar, and you get a 404.
http://tools.ietf.org/html/rfc3986 All though the document it talks about how URL/URI should be case-insensitive. 6.2.2.1 is the most relevant. That being said, as to the document, this is not required, but it is suggested for uniformity and ease of access on the web. -Thadeus On Fri, Oct 16, 2009 at 10:06 AM, mdipierro <[email protected]> wrote: > > Yes and no. you would have to build a regex to include all possible > combinations. horrible. > > On Oct 16, 9:32 am, "mr.freeze" <[email protected]> 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? > > > > On Oct 16, 8:34 am, mdipierro <[email protected]> wrote: > > > > > Actually Yes. Should this be different? > > > > > On Oct 15, 11:15 pm, "mr.freeze" <[email protected]> wrote: > > > > > >http://web2py.com/AlterEgoworks.http://web2py.com/alteregodoesn't<http://web2py.com/AlterEgoworks.http://web2py.com/alteregodoesn%27t> > . > > > > > > Is this by design? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

