In case of more than one wildcard and one of them is at the end of the pattern the recursive is cancelled.
for example:
the pattern "a*3.*" will not download the file "a\b\b3.jar" even when recursive is true.
- relates to
-
BI-379 Download spec pattern that ends with wildcard cancelling recursive
- Resolved