-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.3
-
Component/s: Distribution / Installers, Tests
-
Upgrade notes:
-
Sprint:drive-8.1-1, drive-8.1-3, nxfit 9.3.1
-
Story Points:3
As seen with NXP-18257, the sun.net.http.retryPost system property is set to true by default, see http://itdoc.hitachi.co.jp/manuals/3020/30203Y2310e/EY230208.HTM.
We want to disable this behaviour because it hides errors in the HTTP communication.
We should do this:
- In the test framework: typically, the tests using BaseTest#getResponse are relying on the HTTP client implementation of JDK.
- At runtime for the case where Nuxeo would be client of another service.
- depends on
-
NXP-18257 Allow to test GET and POST requests in BatchUploadFixture
- Resolved
- is related to
-
NXP-22781 Fix randomly failing BatchUploadFixture
- Resolved
-
NXP-22798 Use Jersey's Apache HTTP client handler instead of default one for the REST API tests
- Resolved
- is required by
-
NXP-22734 Fix randomly failing OAuth2ChallengeFixture#tokenShouldValidatePKCE
- Resolved
-
JAVACLIENT-44 Prevent resending of a request
- Resolved