Yesterday I found a serious bug in our matcher code. If you define a
matcher like "*.xml" it should match everything ending with ".xml", but
in fact, if the string to test contains the end token ".xml" twice, it
does not match. For example "hallo.xml.xml" does currently not match!

I added a test case for this bug, so this is the reason why the build is
currently failing.

Carsten
-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/

Reply via email to