## Reproduction * Given a file in a archive within a folder like `cads.ear\lib\spring-framework.jar`. * Search for the file name with wildcard like `spring*` * The spring file will not be returned in the result. ## Observations * Given search string as `*spring*` returns the file within search.