On Tuesday, November 1, 2011 8:41:35 AM UTC+2, Matt Woodward wrote: > > Can you explain the incorrect behavior you're seeing in more detail by > providing a specific example of a URL on which this is breaking? Thanks. >
Ah, sorry. That would have been helpful, yes. =) Tomcat throws a 404 error on a template with more than one period in it's filename. http://rss.afterdawn.com/test.template.cfm/test vs http://rss.afterdawn.com/test_template.cfm/test Debug log: INFO: DEBUG SearchEngineFriendlyURLFilter: filtering uri - /test.template.cfm/test and INFO: DEBUG SearchEngineFriendlyURLFilter: filtering uri - /test_template.cfm/test DEBUG SearchEngineFriendlyURLFilter: found extension match - cfm Adding "template.cfm" to the list of extensions will cause the URL to match the filter. Running BD 1.5 from 2011-09-22 01:00:58 GMT. Jari -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
