From: hno <> Date: Fri, 15 Nov 2002 20:10:18 +0000 (+0000) Subject: Use POST when submitting the login to prevent the login & password from X-Git-Tag: SQUID_3_0_PRE1~527 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23f96e62d364a80ea46b2d27537c543accc65d7;p=thirdparty%2Fsquid.git Use POST when submitting the login to prevent the login & password from being logged in the HTTP server access log or the browser history. --- diff --git a/src/cachemgr.cc b/src/cachemgr.cc index 7d931635aa..2a340f24be 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -1,6 +1,6 @@ /* - * $Id: cachemgr.cc,v 1.100 2002/10/13 20:34:59 robertc Exp $ + * $Id: cachemgr.cc,v 1.101 2002/11/15 13:10:18 hno Exp $ * * DEBUG: section 0 CGI Cache Manager * AUTHOR: Duane Wessels @@ -242,7 +242,7 @@ auth_html(const char *host, int port, const char *user_name) printf("

This is a WWW interface to the instrumentation interface\n"); printf("for the Squid object cache.

\n"); printf("
\n"); - printf("
\n", script_name); + printf("\n", script_name); printf("\n"); printf("\n", host);
Cache Host: