On Mon, Feb 2, 2015 at 8:31 PM, <[email protected]> wrote: > Author: jailletc36 > Date: Mon Feb 2 19:31:37 2015 > New Revision: 1656549 > > URL: http://svn.apache.org/r1656549 > Log: > Fix cut and paste typo in error message + remove empty lines to be consistent > > Modified: > httpd/httpd/trunk/modules/aaa/mod_auth_basic.c > > Modified: httpd/httpd/trunk/modules/aaa/mod_auth_basic.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_basic.c?rev=1656549&r1=1656548&r2=1656549&view=diff > ============================================================================== > --- httpd/httpd/trunk/modules/aaa/mod_auth_basic.c (original) > +++ httpd/httpd/trunk/modules/aaa/mod_auth_basic.c Mon Feb 2 19:31:37 2015 [...] > @@ -174,11 +171,10 @@ static const char *add_basic_fake(cmd_pa > &err, NULL); > if (err) { > return apr_psprintf(cmd->pool, > - "Could not parse fake password expression '%s': %s", > user, > + "Could not parse fake password expression '%s': %s", > pass,
I'm not sure we should log (or print on the terminal) the password. How about simply "Could not parse fake password expression: %s"? Regards, Yann.
