On Thu, 5 Jul 2001, Carsten Ziegeler wrote:
> Now I understand your problem. Quick thinking, I would say that
> the generated key not only contains the parameter names but
> the parameter values as well. I think this is ok, as you could
> say that the file name of the xsl file is a paramter named
> file with the value of the real file name.
>
> Then all requests for that pipeline with exactly the same
> parameter set will lead to the same key and to the same
> cached content.
>
> I assume this is the way, I should work. Right?
maybe it _should_, but my experience was to the contrary. after adding a
patch to add cookies to the values map, even when cookies varied, i still
got the cached output from the stylesheet. looking through the api docs,
it doesn't seem that Map.toString() is guaranteed to produce a string
containing all of the names and values in the map. maybe it does with some
jdk's and doesn't with others?
perhaps we should instead modify giacomo's patch to add the map values to
the hash string?
- donald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]