]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix external ACL user:pass detail logging after adaptation
authorNathan Hoad <nathan@getoffmalawn.com>
Fri, 26 Jul 2013 11:47:48 +0000 (05:47 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jul 2013 11:47:48 +0000 (05:47 -0600)
commit7a66a0488cf6a6de768c0c7f014afdf9cb74e4c1
treeca558b30e840b2e95d947a534a243a3eb24cc93d
parent91d1580768a469d0a31cb5746a973448fbf7d2e9
Fix external ACL user:pass detail logging after adaptation

When a request is successfully adapted, the external ACL username and
password are now inherited with this patch. This means the
LFT_USER_NAME log token can display the username from an external ACL
if available, for adapted requests.

The HttpRequest will inherit the password for good measure as well -
while none too useful, it seems strange to inherit the username but
not the password.
src/HttpRequest.cc