Re: Case insensitive file pattern matcher. Not Ant Pattern Matcher

2015-11-17 Thread dwarakart
Thanks for the reply Carl. I can think of a very simple enhancement to include the case sensitive behaviour for the file end point. I will make the changes and raise a Pull Request once done. Thanks Dwaraka -- View this message in context: http://camel.465427.n5.nabble.com/Case-insensitive-f

Re: Case insensitive file pattern matcher. Not Ant Pattern Matcher

2015-11-17 Thread Carl Nygard
Implement your own PathMatcher class and use regex internally instead of the Ant patterns? Ant patterns are more like file globs than the regex you're looking for. On Mon, Nov 16, 2015 at 6:53 PM, dwarakart wrote: > Hi All, > > After going through the documentation of FileEndpoint and FileConsu