Unable to download tar.bz2 type 
--------------------------------

                 Key: MRM-1144
                 URL: http://jira.codehaus.org/browse/MRM-1144
             Project: Archiva
          Issue Type: Bug
          Components: browser
    Affects Versions: 1.2-M1
         Environment: linux, java5
            Reporter: Dan Tran
            Priority: Critical



I am able to use deploy:deploy-file or archiva's upload feature to upload

groupId: org.gnu
artifactId: binutils
version:2.9.1
packaging:tar.bz2

The browser would show it as 

Collection: /org/gnu/binutils/2.9.1

    * /org/gnu/binutils (Parent)

    * binutils-2.9.1.tar.bz2
    * binutils-2.9.1.tar.bz2.md5
    * binutils-2.9.1.tar.bz2.sha1
    * binutils-2.9.1.tar.pom
    * binutils-2.9.1.tar.pom.md5
    * binutils-2.9.1.tar.pom.sha1
    * maven-metadata.xml
    * maven-metadata.xml.md5
    * maven-metadata.xml.sha1


However when click on binutils-2.9.1.tar.bz2

browser shows 

HTTP ERROR: 404

Resource does not exist

RequestURI=/archiva/repository/thirdparty/org/gnu/binutils/2.9.1/binutils-2.9.1.tar.bz2

Powered by Jetty://

The work around is to use packaging "tbz2"

However if i upload the file using tbz2 packaging with classifier as "sources"

groupId: org.gnu
artifactId: binutils
version:2.9.1
packaging:tbz2
classifier=sources

The browser return http 404

but this will work if I set the classifier to "src"

groupId: org.gnu
artifactId: binutils
version:2.9.1
packaging:tbz2
classifier=src







-- 
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