[
https://issues.apache.org/jira/browse/DIRKRB-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maciej Miklas updated DIRKRB-619:
---------------------------------
Summary: KdcConnection suppresses Exception (was: Kerberos Channel
suppresses Exception)
> KdcConnection suppresses Exception
> ----------------------------------
>
> Key: DIRKRB-619
> URL: https://issues.apache.org/jira/browse/DIRKRB-619
> Project: Directory Kerberos
> Issue Type: Improvement
> Reporter: Maciej Miklas
> Priority: Minor
>
> The Method:
> {{org.apache.directory.kerberos.client.KdcConnection#_getTgt(...)}}
> has following catch block:
> {code:title=KdcConnection.java|borderStyle=solid}
> catch ( Exception e )
> {
> // We didn't received anything : this is an error
> LOG.error( "Authentication failed" );
> throw new KerberosException( ErrorType.KRB_ERR_GENERIC, TIME_OUT_ERROR );
> }
> {code}
> The real cause of this error is not being logged and you definitely cannot be
> 100% sure that it's a timeout.
> Please log the original exception, this could be done in debug.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)