ok, its the mixing of Add and Set directives that i was missing. i agree
something needs to be fixed, but i don't think 2.0 is fixing it the
right way. the main problem i have is that current 2.0 breaks this:
Add A 1
<Location /foo>
Add A 2
</Location>
inside foo, 1.x would get both 1 and 2, 2.0 only gets 2. that does not
seem like a proper merge to me.
and the reason i was looking closely again is that apr_table_overlay is
much better performance wise than the current modperl_table_overlap.
i have an idea that would 'fix' the Add + Set problem by modifying the
parsed config syntax tree before it is processed, then we can go back to
using apr_table_overlay().
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|