[
https://issues.jboss.org/browse/WFCORE-3209?page=com.atlassian.jira.plugi...
]
Jan Kalina edited comment on WFCORE-3209 at 8/28/17 2:55 PM:
-------------------------------------------------------------
First problem was need for *Subject.doAs* blocks around EJB method call to authenticate
for JDK 9 (JDK 8 didnt needed it)
*For IBM* there is also second problem already documented in JBEAP-12698 - ChannelBinding
with null initiator/acceptor address causes NPE in
{{gssContext.setChannelBinding(channelBinding)}}.
This is already tracked in
https://bugzilla.redhat.com/show_bug.cgi?id=1481103 .
was (Author: honza889):
First problem was need for *Subject.doAs* blocks around EJB method call to authenticate
for JDK 9 (JDK 8 didnt needed it)
*For IBM* there is also second problem already documented in JBEAP-12698 - ChannelBinding
with null initiator/acceptor address causes NPE. This is already tracked in
https://bugzilla.redhat.com/show_bug.cgi?id=1481103 .
KerberosHttpMgmtSaslTestCase fails on JDK9 and IBM JDK8
--------------------------------------------------------
Key: WFCORE-3209
URL:
https://issues.jboss.org/browse/WFCORE-3209
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.1.Final
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Critical
Tomaz Cerar:
kerberos tests in wildfly-core fail on jdk9 & ibm jdk 8
{code}
KerberosHttpMgmtSaslTestCase.testGssapiOverSsl
KerberosHttpMgmtSaslTestCase.testGssapiWithoutSsl
KerberosNativeMgmtSaslTestCase.testGssapiOverSsl
KerberosNativeMgmtSaslTestCase.testGssapiWithoutSsl
{code}
regression was introduced as part of
https://ci.wildfly.org/viewLog.html?buildId=71460&tab=buildChangesDiv...
changeset
probably as part of WFCORE-3179
Root exception is
{code}GSSException: No valid credentials provided (Mechanism level: Failed to find any
Kerberos tgt){code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)