Attempting to put a new version of an artifact to the repository is resulting in a HTTP 500 error. This worked in 1.0.1.
This is a showstopper for our galaxy usage. Our existing deployment process is completely broken.
Here's the raw HTTP (without the binary part), the octet-stream is a large war file (but the file type doesn't seem relevant – the same happend with a simple spring file).
PUT /api/registry/product/vms/1.0.0-SNAPSHOT/vms.war HTTP/1.1
X-Artifact-Version: 115590
Authorization: Basic YWRtaW46YWRtaW4=
User-Agent: Jakarta Commons-HttpClient/3.1-rc1
Host: galaxy.corp.theplatform.com
Connection: Keep-Alive
Content-Length: 19329907
Content-Type: application/octet-stream
PK