On 09/26/2009 11:46 PM, Jeff Trawick wrote:
> On Thu, May 21, 2009 at 6:42 AM, <[email protected]> wrote:
>
>> Author: rpluem
>> Date: Thu May 21 10:42:54 2009
>> New Revision: 777042
>>
>> URL: http://svn.apache.org/viewvc?rev=777042&view=rev
>> Log:
>> * Add CacheIgnoreURLSessionIdentifiers directive to ignore
>> defined session identifiers encoded in the URL when caching.
>>
>> Modified:
>> httpd/httpd/trunk/CHANGES
>> httpd/httpd/trunk/docs/manual/mod/mod_cache.xml
>> httpd/httpd/trunk/modules/cache/cache_storage.c
>> httpd/httpd/trunk/modules/cache/mod_cache.c
>> httpd/httpd/trunk/modules/cache/mod_cache.h
>>
>> Modified: httpd/httpd/trunk/modules/cache/mod_cache.c
>> + &cache_module);
>> + if (!strncasecmp(identifier, "None", 4)) {
>> + /* if identifier None is listed clear array */
>> + conf->ignore_session_id->nelts = 0;
>>
>
> This should be strcasecmp() since the entire parameter has to be "None", no?
Make sense. Fixed in r819237.
Regards
RĂ¼diger