[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Using back-ldap as a client-side proxy/cache



>
> On 26 Mar 2010, at 08:50, masarati@aero.polimi.it wrote:
>>>>
>>>>
>>>> Changed the templates to lower case. All working now. Thanks, Howard.
>>>
>>> Your temporary fix is probably fine.  Though, I'd consider this a bug:
>>> the
>>> case should not matter.  I suggest you file an ITS.
>>
>> Although I'm not quite seeing where in the code the case of that
>> configuration may matter.
>
> Not sure either. The pCacheQueryURL attribute description has an MR of
> caseExactMatch, could that be it?

I don't think so.  That MR (and that attribute) is only used when
storing/retrieving the cached rules stored in the database between server
restarts (AFAIK).  In the code, all times a filter in a request is parsed,
and a query template is analyzed, attribute names are taken from the
schema.  Whatever the configuration (or the client request) contained, it
is mapped to the corresponding value in the schema.

p.