Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
400 Bad request when uploading MD5 files to Proget
-
ProGet Basic Edition, Version 2023.31 (Build 5).
Getting the below issue when uploading MD5 files to Proget via maven deploy.
org.apache.maven.wagon.TransferFailedException: transfer failed for https://bhihoutfsnuget/maven2/maven-dcfr/com/filecomparison/2.0.0/filecomparison-2.0.0.pom.md5, status: 400 Bad Request
No such issues when uploading jar and pom files. Only MD5 files have this issue. How to fix this?
-
Hi @Dony-Thomas_7156 ,
You can ignore these errors. ProGet doesn't process these requests (i.e. store the content); instead ProGet simply generates the appropriate hash of a maven artifact when you request .ext.md5, etc. It's dynamic, not a file system.
That said, I do know that later versions of ProGet will simply return a
200
so that it does'nt cause an error with Marvin. I recommend to upload to the latest ProGet 2024, and use the New Maven feeds.Thanks,
Alana