Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
<cxf.httpcomponents.client.version>4.5.7</cxf.httpcomponents.client.version> <cxf.httpcomponents.core.version>4.4.11</cxf.httpcomponents.core.version
causes test failures
[ERROR] Tests run: 220, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 39.816 s <<< FAILURE! - in org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest [ERROR] testUriInfoMatchedUrisDecode(org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest) Time elapsed: 0.052 s <<< FAILURE! java.lang.AssertionError: expected:<200> but was:<404> at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompare(JAXRSClientServerBookTest.java:2791) at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.testUriInfoMatchedUrisDecode(JAXRSClientServerBookTest.java:2665) [ERROR] testUriInfoMatchedUrisNoDecode(org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest) Time elapsed: 0.022 s <<< FAILURE! java.lang.AssertionError: expected:<200> but was:<404> at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompare(JAXRSClientServerBookTest.java:2791) at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.testUriInfoMatchedUrisNoDecode(JAXRSClientServerBookTest.java:2677) [ERROR] testGetBookByURL(org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest) Time elapsed: 0.02 s <<< FAILURE! java.lang.AssertionError: expected:<200> but was:<404> at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompare(JAXRSClientServerBookTest.java:2791) at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.getAndCompareAsStrings(JAXRSClientServerBookTest.java:2769) at org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.testGetBookByURL(JAXRSClientServerBookTest.java:1239)
Attachments
Issue Links
- is caused by
-
HTTPCLIENT-1968 Encoded forward slashes are not preserved when rewriting URI
- Resolved
-
HTTPCLIENT-1983 URIBuilder normalization change is significantly breaking
- Resolved