Case insensitive file pattern matcher. Not Ant Pattern Matcher

2015-11-16 Thread dwarakart
20151116_103000_abc.txt 20151116_123030_Abc.txt but the below files should not be matched 20151116_123_abc.txt This couldnt be achieved using the AntPathMatcherGenericFileFilter. Please suggest if there is a way I can implement the same. Thanks Dwarakart -- View this message in context: http://camel

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

[GitHub] camel pull request: Enable Case Sensitive pattern match for file i...

2015-11-21 Thread dwarakart
GitHub user dwarakart opened a pull request: https://github.com/apache/camel/pull/687 Enable Case Sensitive pattern match for file include and exclude You can merge this pull request into a Git repository by running: $ git pull https://github.com/dwarakart/camel features