jfrog / nexus2artifactory

NexusToArtifactory - A tool designed to ease migration from Sonatype Nexus to JFrog Artifactory.
Apache License 2.0
67 stars 54 forks source link

Add content-length header to deployChecksum request #66

Closed jchharris closed 3 years ago

jchharris commented 3 years ago

This prevents 411 Length Required failures when making the deploy checksum request. I was receiving this failure on upload from a Nexus 2 to an Artifactory 6.19.1 repository.

github-actions[bot] commented 3 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️

jchharris commented 3 years ago

I have read the CLA Document and I hereby sign the CLA

jchharris commented 3 years ago

recheckcla

DarthFennec commented 3 years ago

Huh, strangely I've never encountered this error. Thanks! Merged.