You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2008/10/31 21:49:43 UTC

svn commit: r709563 - /httpd/httpd/trunk/CHANGES

Author: chrisd
Date: Fri Oct 31 13:49:42 2008
New Revision: 709563

URL: http://svn.apache.org/viewvc?rev=709563&view=rev
Log:
Note crash fix in mod_authn_core.c from r709553.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=709563&r1=709562&r2=709563&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Oct 31 13:49:42 2008
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) mod_authn_core: Prevent crash when provider alias created to
+     provider which is not yet registered.  [Chris Darroch]
+
   *) mod_authn_core: Add AuthType of None to support disabling
      authentication.  [Chris Darroch]