wilr / silverstripe-googlesitemaps

Google Sitemaps module for the SilverStripe CMS
BSD 3-Clause "New" or "Revised" License
74 stars 95 forks source link

Allow URLs to be case insensitive #85

Closed dhensby closed 9 years ago

dhensby commented 9 years ago

At the moment, going to

http://example.com/sitemap.xml/sitetree/1

Will break and cause a 500 because the case of the class name in the URL is passed to the query builder.

dhensby commented 9 years ago

wrong branch or not?

wilr commented 9 years ago

Sounds good. Tests pass. I wonder if it needs additional checks (i.e if the class is a test class GoogleSitemapTest_DataObject)