Hi CXF Users, is it possible to configure a maximum limit of automatic retries for a CXF REST Client?
I use JAXRSClientFactoryBean to create my service proxy. And when I test a method with wrong credentials, I get 41 retries on my TCP Monitor. So many false tries causes my account to be suspended... I think it would be best, if CXF only tries once by default and throws an exception directly if authentication fails. Automatic retries could be helpful in some cases but IMHO I don't think this should be default behavior. WDYT? Best regards Jan
