16 Sep 2010 02:59
Re: svn commit: r997553 - /httpd/httpd/trunk/modules/mappers/mod_rewrite.c
William A. Rowe Jr. <wrowe <at> rowe-clan.net>
2010-09-16 00:59:36 GMT
2010-09-16 00:59:36 GMT
Adding a few new RewriteCond tests for mod_rewrite, and I could use some help from our mod_rewrite docu fans to capture this for trunk... please take a look and offer patches if you would? On 9/15/2010 7:54 PM, wrowe <at> apache.org wrote: > Author: wrowe > Date: Thu Sep 16 00:54:58 2010 > New Revision: 997553 > > URL: http://svn.apache.org/viewvc?rev=997553&view=rev > Log: > *) Accept modern bash test conventions of -h or -L for testing symlinks > (for another patch against -l yet-to-come) > > *) Introduce >= and <= syntax for greater-or-equal, or less-or-equal > string comparisons > > *) Respect [NC] conventions for >[=]/<[=] string comparison, which is > horribly sensitive to the current charset. > > Modified: > httpd/httpd/trunk/modules/mappers/mod_rewrite.c > > Modified: httpd/httpd/trunk/modules/mappers/mod_rewrite.c > URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_rewrite.c?rev=997553&r1=997552&r2=997553&view=diff > ============================================================================== > --- httpd/httpd/trunk/modules/mappers/mod_rewrite.c (original) > +++ httpd/httpd/trunk/modules/mappers/mod_rewrite.c Thu Sep 16 00:54:58 2010 > <at> <at> -260,9 +260,11 <at> <at> typedef enum { > CONDPAT_FILE_XBIT,(Continue reading)
RSS Feed