-
Bug
-
Resolution: Done
-
Major
-
None
-
None
------------------------------------------------------------------------------- Test set: io.undertow.server.security.ClientCertRenegotiationTestCase ------------------------------------------------------------------------------- Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec <<< FAILURE! testClientCertSuccessWithPostBody(io.undertow.server.security.ClientCertRenegotiationTestCase) Time elapsed: 0.091 sec <<< FAILURE! java.lang.AssertionError: expected:<200> but was:<403> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at io.undertow.server.security.ClientCertRenegotiationTestCase.testClientCertSuccessWithPostBody(ClientCertRenegotiationTestCase.java:108) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Or in other words the clients certificate does not seem to be associated with the connection at the time authentication is attempted.