[ 
http://jira.codehaus.org/browse/MRM-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104523
 ] 

Marc Wilhelm commented on MRM-432:
----------------------------------

If have observed the same problem with versions like  "2.0-alpha1".

It seems that there is a bug in the proxy connector.

I have the following archiva layout:
----------------------------------------------
2 Local repos ("releases" and "inhouse-releases")
2 Remote repos ("central" and the public url of our "inhouse-releases")
1 proxy-connector for "releases", which searchs in "inhouse-releases" and 
"central"

If i place an artifact under
/var/archiva/repos/inhouse-release/foo/bar/1.0-alpha1/bar-1.0-alpha1.jar

I am able to retrieve this via
http://archiva.myserver.org/repository/inhouse-releases/foo/bar/1.0-alpha1/bar-1.0-alpha1.jar

but receive an 404 if i try to obtain the same file via the proxy connector
http://archiva.myserver.org/repository/releases/foo/bar/1.0-alpha1/bar-1.0-alpha1.jar



> Proxy Connectors are unable to download artifacts with alpha numerical 
> version numbers
> --------------------------------------------------------------------------------------
>
>                 Key: MRM-432
>                 URL: http://jira.codehaus.org/browse/MRM-432
>             Project: Archiva
>          Issue Type: Bug
>          Components: remote proxy
>    Affects Versions: 1.0-alpha-2
>         Environment: Solaris 5.9, java 1.5.0_11, maven 2.0.7
>            Reporter: Mathias Arens
>             Fix For: 1.0-beta-2
>
>
> Archiva is unable to download this artifact:
> <dependency>
>     <groupId>ch.ethz.ganymed</groupId>
>     <artifactId>ganymed-ssh2</artifactId>
>     <version>build210</version>
> </dependency>
> although it is in the central repository. I can download the artifact if a 
> switch the central mirror of, just downloading the artifact directly over 
> maven. I didn't had any problems with all the other artifacts from the 
> central repository.
> I assume that there is a problem with alpha numerical version numbers. But 
> it's just a guess.

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

        

Reply via email to