Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 3.3.2, 3.5.1
-
Fix Version/s: None
-
Component/s: Repository
-
Labels:None
Description
Getting 405 error, when extra / is added to URL when using POST to upload artifact to Nexus
example:
1. Wrong format
http://localhost:8081//repository/test-repo/nightly-artifacts.zip
>
- The requested URL returned error: 405 HTTP method PUT is not supported by this URL
- Closing connection 0
2. correct format
http://localhost:8081/repository/test-repo/nightly-artifacts.zip