[ https://issues.apache.org/jira/browse/CXF-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andriy Redko resolved CXF-8725. ------------------------------- Resolution: Fixed > 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 > Fix For: 4.0.0, 3.6.0, 3.5.4, 3.4.9 > > > 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)