[Looks like this didn't go through the first time. Do we still have active moderation on this list?]
---------- Forwarded message ---------- From: Joshua Slive <[EMAIL PROTECTED]> Date: Jan 1, 2006 5:28 PM Subject: Re: svn commit: r360207 - in /httpd/httpd/branches/authz-dev: include/http_core.h server/core.c To: dev@httpd.apache.org On 12/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: bnicholes > Date: Fri Dec 30 16:28:46 2005 > New Revision: 360207 > > URL: http://svn.apache.org/viewcvs?rev=360207&view=rev > Log: > Remove the 'satisfy' directive and the ap_satisfy() and ap_requires() APIs > since they no longer serve a purpose You probably already have thought of this, but I'll point out the obvious anyway. These changes are much more invasive in terms of upgrade-path than anything in the 1.3 to 2.0 change. In particular, they will break almost all .htaccess files, which the earlier changes did not. This will make it almost impossible for many people to upgrade. Has there been any thought to keeping the old directives in a compatibility module or something like that? Joshua.