You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Peter Rader (JIRA)" <ji...@apache.org> on 2018/07/11 20:26:00 UTC

[jira] [Created] (MNG-6443) Confusing checksum message (editorial / word swap)

Peter Rader created MNG-6443:
--------------------------------

             Summary: Confusing checksum message (editorial / word swap)
                 Key: MNG-6443
                 URL: https://issues.apache.org/jira/browse/MNG-6443
             Project: Maven
          Issue Type: Bug
          Components: Artifacts and Repositories
    Affects Versions: 3.5.4
            Reporter: Peter Rader


I am writing an artifact-offering service.

Step 1: Maven requests a pom from my site and get it successfully.

Step 2: Then Maven requests a SHA1 for that pom (what is a good idea) and I have a charset bug.

The message is:

{{Downloading from a: http://localhost:8080/release-management/asdf/asdf/1/asdf-1.pom}}
{{[WARNING] Checksum validation failed, expected ?N?N?Q?F??o?M*a?? but is ac124eb14ead51be4686eea36fa34d2a61a1b3ed from a for http://localhost:8080/release-management/asdf/asdf/1/asdf-1.pom}}
{{Progress (1): 201 Bytes}}

{{I do not think that ?N?N?Q?F??o?M*a?? was expected. SHA1 is a hash over the already-downloaded asdf-1.pom.}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)