diff options
author | Paul J. Reder <rederpj@apache.org> | 2002-05-01 21:28:52 +0200 |
---|---|---|
committer | Paul J. Reder <rederpj@apache.org> | 2002-05-01 21:28:52 +0200 |
commit | 4a243a466e804b178c4abf7d12c5e81efd21d39a (patch) | |
tree | 6de6d46c6dfd5fd446a7722d988b15cdc2e11fe2 /CHANGES | |
parent | wait for worker threads to exit even in graceless termination (diff) | |
download | apache2-4a243a466e804b178c4abf7d12c5e81efd21d39a.tar.xz apache2-4a243a466e804b178c4abf7d12c5e81efd21d39a.zip |
Fix a case where an invalid pass phrase is entered and an
error message is given, but the prompt is not shown again.
This left the user in an ambiguous state.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes with Apache 2.0.37 Changes with Apache 2.0.36 + *) Fix a case where an invalid pass phrase is entered and an + error message is given, but the prompt is not shown again. + This left the user in an ambiguous state. [Paul J. Reder] + *) Close sockets on worker MPM when doing a graceless restart. [Aaron Bannert] |