Doug MacEachern wrote: > 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.
Yes, I was just thinking about this too. > and the reason i was looking closely again is that apr_table_overlay is > much better performance wise than the current modperl_table_overlap. Absolutely. > 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(). looking forward for the details/commit ;) _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
