Uploaded image for project: 'Archiva'
  1. Archiva
  2. MRM-1144

Unable to download tar.bz2 type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Duplicate
    • 1.2-M1
    • None
    • browser
    • None
    • linux, java5

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dantran Dan Tran
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: