Squid crashes with the above message if denying access after successful
NTLM or Negotiate authentication. Problem introduced in 2.6.STABLE6.
/*
- * $Id: auth_negotiate.cc,v 1.12 2007/01/03 12:39:48 hno Exp $
+ * $Id: auth_negotiate.cc,v 1.13 2007/01/20 21:13:59 hno Exp $
*
* DEBUG: section 29 Negotiate Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
/* fall through */
case AUTHENTICATE_STATE_FINISHED:
+ case AUTHENTICATE_STATE_DONE:
/* Special case: authentication finished OK but disallowed by ACL.
* Need to start over to give the client another chance.
*/
/*
- * $Id: auth_ntlm.cc,v 1.61 2007/01/03 12:39:49 hno Exp $
+ * $Id: auth_ntlm.cc,v 1.62 2007/01/20 21:13:59 hno Exp $
*
* DEBUG: section 29 NTLM Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
/* fall through */
case AUTHENTICATE_STATE_FINISHED:
+ case AUTHENTICATE_STATE_DONE:
/* Special case: authentication finished OK but disallowed by ACL.
* Need to start over to give the client another chance.
*/