Pattern.compile("(.+)/(.+)s/(.+)-([^-]+)\\.([^0-9]+)")  should do a better job.

-Vamsi

On 3/24/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
I see the following in FileSystemRepository.java

Pattern.compile("(.+)/(.+)s/(.+)-([0-9].+)\\.([^0-9]+)");

This reqular _expression_ is not matching an entry like the following.

group/jars/artifact-1.jar

Here the version number is "1", a single digit.

Reply via email to