victims / victims-web

The victims web application.
GNU Affero General Public License v3.0
8 stars 5 forks source link

PUT archive with only GAV fails on production server #143

Closed jasinner closed 8 years ago

jasinner commented 8 years ago

This PUT request works locally to submit a GAV without a file archive but fails on the production server:

$ curl -v -k -u "adminuser:password" -X PUT https://victi.ms/service/submit/archive/java/?version=3.2.1.redhat-3\&groupId=commons-collections\&artifactId=commons-collections\&cves=CVE-2015-7501

jasinner commented 8 years ago

Results in a 400 Error: "Could not understand request."