[ https://issues.apache.org/jira/browse/WAGON-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586420#comment-16586420 ]
ASF GitHub Bot commented on WAGON-526: -------------------------------------- michael-o commented on a change in pull request #37: [WAGON-526] making the retry handle of http client configurable URL: https://github.com/apache/maven-wagon/pull/37#discussion_r211384615 ########## File path: wagon-providers/wagon-http/src/site/apt/index.apt ########## @@ -57,3 +57,22 @@ Features * <<<maven.wagon.http.ssl.ignore.validity.dates>>> = true/false (default false), ignore issues with certificate dates. * <<<maven.wagon.rto>>> = time in ms (default 1800000), read time out. + + [] + + Since version 3.2, the retry handler can be configured as well with system properties: + + * <<<maven.wagon.http.retryhandler.class>>> supports this set of values: + + * which implementation to use. `auto` will use `DefaultHttpRequestRetryHandler.INSTANCE`. + * `default` will use a new instance of `DefaultHttpRequestRetryHandler` respecting `requestSentEnabled`, `count` and `nonRetryableClasses`. + * `standard` will use an instance of `StandardHttpRequestRetryHandler` (see https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/StandardHttpRequestRetryHandler.html). Review comment: Make the class name a link itself. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > making the retry handle of http client configurable > --------------------------------------------------- > > Key: WAGON-526 > URL: https://issues.apache.org/jira/browse/WAGON-526 > Project: Maven Wagon > Issue Type: New Feature > Reporter: Romain Manni-Bucau > Priority: Major > > Provide a way to customize a lot (until a custom impl) the way wagon retries > downloads. -- This message was sent by Atlassian JIRA (v7.6.3#76005)