--------------------- PatchSet 1996 Date: 2001/04/20 09:36:18 Author: rbcollins Branch: ntlm Tag: (none) Log: allow duplicate requests to be serviced Members: src/acl.c:1.1.1.3.12.48->1.1.1.3.12.49 Index: squid/src/acl.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/acl.c,v retrieving revision 1.1.1.3.12.48 retrieving revision 1.1.1.3.12.49 diff -u -r1.1.1.3.12.48 -r1.1.1.3.12.49 --- squid/src/acl.c 19 Apr 2001 13:54:06 -0000 1.1.1.3.12.48 +++ squid/src/acl.c 20 Apr 2001 09:36:18 -0000 1.1.1.3.12.49 @@ -1,6 +1,6 @@ /* - * $Id: acl.c,v 1.1.1.3.12.48 2001/04/19 13:54:06 rbcollins Exp $ + * $Id: acl.c,v 1.1.1.3.12.49 2001/04/20 09:36:18 rbcollins Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -1244,10 +1244,9 @@ if (proxy_auth && authenticateUserAuthenticated(checklist->conn->auth_user_request) && strcmp(proxy_auth, ((ntlm_request_t *)(checklist->conn->auth_user_request->scheme_data))->ntlmauthenticate)) { debug(28,1) ("aclMatchProxyAuth: DUPLICATE AUTH - authenication header on already authenticated connection!. Current user '%s' proxy_auth %s, authenticate request %s\n", authenticateUserRequestUsername(checklist->conn->auth_user_request), proxy_auth, ((ntlm_request_t *)(checklist->conn->auth_user_request->scheme_data))->ntlmauthenticate); - /* deny this request, leave connection intact. (We are not concerned with client - * state. + /* allow this request - the link is already authed. */ - return 0; + } /* we have a proxy auth header and as far as we know this connection has