You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Detelin Yordanov (JIRA)" <ji...@apache.org> on 2016/08/16 07:32:22 UTC

[jira] [Created] (WSS-585) Kerberos processing fails on HP Java 8.0.06

Detelin Yordanov created WSS-585:
------------------------------------

             Summary: Kerberos processing fails on HP Java 8.0.06
                 Key: WSS-585
                 URL: https://issues.apache.org/jira/browse/WSS-585
             Project: WSS4J
          Issue Type: Bug
          Components: WSS4J Core
    Affects Versions: 1.6.19
            Reporter: Detelin Yordanov
            Assignee: Colm O hEigeartaigh


HP Java 8.0.06 changes the "java.vendor" property from "Hewlett-Packard Co" to "Hewlett Packard Enterprise". 

This causes Kerberos-related functionality to fail to detect HP Java, since it checks this property and expects it to start with "Hewlett-Packard" (see KerberosClientExceptionAction and KerberosClientExceptionAction classes).

This will cause failure to extract proper Kerberos session key on HP Java.

A simple fix is to check for "Hewlett Packard" String as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org