we have made an exclusion for jar file extensions as descripted in the best practices of VSEL 1.9.0
the exclusion was made als follows : .*.jar or /.*.jar or .*.jar$ or /.*.jar$
we tried following example files to test it
test.jar - not scanned - exclusion works
test.jar.jar - not scanned - exclusion works
test.jarme - file scanned
testjar - not scanned
it seems that last file was not scanned , we would assume that the file had to be scanned.
Something wrong with our exclusion syntax ?
does anyone experience also problems ?