You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org> on 2006/03/28 08:31:23 UTC

[jira] Created: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

FileSystemRepository not able to handle entry with version number which is a single digit
-----------------------------------------------------------------------------------------

         Key: GERONIMO-1781
         URL: http://issues.apache.org/jira/browse/GERONIMO-1781
     Project: Geronimo
        Type: Bug
    Versions: 1.0, 1.1, 1.2    
    Reporter: Vamsavardhana Reddy
    Priority: Minor
     Fix For: 1.1


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.

FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1781?page=comments#action_12422738 ] 
            
Jason Dillon commented on GERONIMO-1781:
----------------------------------------

Where is FileSystemRepository.java?  Looks like this is for Maven1Repository...

> FileSystemRepository not able to handle entry with version number which is a single digit
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1781
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1781
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: kernel
>    Affects Versions: 1.0, 1.1, 1.2
>            Reporter: Vamsavardhana Reddy
>            Priority: Minor
>             Fix For: 1.1.x
>
>
> 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.
> FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1781?page=all ]

Dain Sundstrom updated GERONIMO-1781:
-------------------------------------

    Component: kernel
    Assign To: Dain Sundstrom

> FileSystemRepository not able to handle entry with version number which is a single digit
> -----------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1781
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1781
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: kernel
>     Versions: 1.0, 1.1, 1.2
>     Reporter: Vamsavardhana Reddy
>     Assignee: Dain Sundstrom
>     Priority: Minor
>      Fix For: 1.1

>
> 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.
> FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1781?page=all ]

Dain Sundstrom updated GERONIMO-1781:
-------------------------------------

    Fix Version: 1.1.1
                     (was: 1.1)

> FileSystemRepository not able to handle entry with version number which is a single digit
> -----------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1781
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1781
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: kernel
>     Versions: 1.0, 1.1, 1.2
>     Reporter: Vamsavardhana Reddy
>     Assignee: Dain Sundstrom
>     Priority: Minor
>      Fix For: 1.1.1

>
> 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.
> FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1781?page=all ]

Dain Sundstrom updated GERONIMO-1781:
-------------------------------------

    Assign To:     (was: Dain Sundstrom)

> FileSystemRepository not able to handle entry with version number which is a single digit
> -----------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1781
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1781
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: kernel
>     Versions: 1.0, 1.1, 1.2
>     Reporter: Vamsavardhana Reddy
>     Priority: Minor
>      Fix For: 1.1.1

>
> 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.
> FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

Posted by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1781?page=all ]

Vamsavardhana Reddy resolved GERONIMO-1781.
-------------------------------------------

    Resolution: Cannot Reproduce

Verified the issue in AG1.1.x .  Issue seems to have been resolved.  Looks like Maven1Repository class has taken care of it.

In AG1.0, FileSystemRepository will still need the fix suggested in the issue description above.

> FileSystemRepository not able to handle entry with version number which is a single digit
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1781
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1781
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: kernel
>    Affects Versions: 1.0, 1.1, 1.2
>            Reporter: Vamsavardhana Reddy
>            Priority: Minor
>             Fix For: 1.1.x
>
>
> 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.
> FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

Posted by "Vamsavardhana Reddy (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1781?page=all ]

Vamsavardhana Reddy closed GERONIMO-1781.
-----------------------------------------


> FileSystemRepository not able to handle entry with version number which is a single digit
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1781
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1781
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: kernel
>    Affects Versions: 1.0, 1.1, 1.2
>            Reporter: Vamsavardhana Reddy
>            Priority: Minor
>             Fix For: 1.1.x
>
>
> 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.
> FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-1781) FileSystemRepository not able to handle entry with version number which is a single digit

Posted by "Alan Cabrera (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1781?page=all ]

Alan Cabrera updated GERONIMO-1781:
-----------------------------------

    Fix Version/s: 1.1.x
                       (was: 1.1.1)

Moving unassigned issues over to the 1.1.x pool where they can be worked on for the, in all probability, 1.1.2 patch.

> FileSystemRepository not able to handle entry with version number which is a single digit
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-1781
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-1781
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: kernel
>    Affects Versions: 1.0, 1.1, 1.2
>            Reporter: Vamsavardhana Reddy
>            Priority: Minor
>             Fix For: 1.1.x
>
>
> 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.
> FIX:  Change to Pattern.compile("(.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira