Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.4
-
Patch
Description
Description of maven.wagon.http.ssl.insecure, maven.wagon.http.ssl.allowall and maven.wagon.http.ssl.ignore.validity.dates properties is incomplete:
- The way it is currently implemented (see org.apache.maven.wagon.shared.http.AbstractHttpClientWagon#createConnManager), latter 2 properties will not be taken into account if the insecure one is not specified (or false) - documentation does not state it clearly.
- allowall property description mentions "browser like check," but does not give any details on what does it mean (though it may seem intuitive).
Documentation should clearly state the Wagon's behavior and how it may be altered by SSL-related properties.
Attachments
Issue Links
- links to