-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Incomplete
-
Affects Version/s: 3.5.4
-
Fix Version/s: None
-
Component/s: Artifacts and Repositories
-
Labels:None
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.}}