[ 
https://issues.apache.org/jira/browse/CXF-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated CXF-8725:
---------------------------------
    Summary: Allow RetryStrategy to optionally not retry for HTTP 404 responses 
 (was: Allow RetryStrategy to optionally not retry for 404 responses)

> Allow RetryStrategy to optionally not retry for HTTP 404 responses
> ------------------------------------------------------------------
>
>                 Key: CXF-8725
>                 URL: https://issues.apache.org/jira/browse/CXF-8725
>             Project: CXF
>          Issue Type: Improvement
>          Components: Clustering, Transports
>    Affects Versions: 3.5.2
>            Reporter: Konrad Windszus
>            Priority: Major
>
> Currently when using a {{org.apache.cxf.clustering.RetryStrategy}} with 
> {{org.apache.cxf.clustering.FailoverFeature}} on a {{JAXRSClientFactory}} it 
> will always retry in case of HTTP status codes 404, 503 and 429 
> (https://github.com/apache/cxf/blob/master/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java#L1603-L1605).
>  While this is reasonable to do always for the latter two a 404 could also 
> indicate a regular ReST API response in case of invalid parametrisation.
> Therefore it should be possible to optionally disable retries for 404.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to