On 8/5/07, James Bennett <[EMAIL PROTECTED]> wrote: > Django handles both just fine, returns the same page for both.
Not on our live site. And I just made a fresh django-trunk project to test it, didn't work there either. Although aren't resolvers just normal Python REs, so you could possibly have set this for yourself somehow? Regardless, I agree with James in that 'normal users' don't type URLs, and I like having objects available from one exact URL. I'm sure Google is smart, but who knows what search engines do when they see the same things available from different-cased URLs. Sort of like the append_slash problem, right? We don't want to confuse the computer in this case. Brett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
