You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2017/08/10 09:28:01 UTC

[jira] [Resolved] (DIRKRB-644) ClassCastException in TokenPreauth

     [ https://issues.apache.org/jira/browse/DIRKRB-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved DIRKRB-644.
----------------------------------------
    Resolution: Fixed

> ClassCastException in TokenPreauth
> ----------------------------------
>
>                 Key: DIRKRB-644
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-644
>             Project: Directory Kerberos
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Colm O hEigeartaigh
>             Fix For: 1.0.1
>
>         Attachments: DIRKRB-644.patch
>
>
> There is a ClassCastException in TokenPreauth.makeEntry:
> AuthToken authToken;
> tokenPa.setToken((KrbTokenBase) authToken);
> AuthToken is not an instanceof  KrbTokenBase and so this call to setToken will always fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)