currently we just grab the apr_table_get implementation for 
APR::Table::get(). The problem is that if there is more than one value 
added for the same key, get() will return one of these values. 
Undetermined which. Is this normal? e.g. I was trying to test 
$r->dir_config->get('key'), and there are a few values for 'key' (added 
via PerlAddVar), I cannot test this since the return value can be 
different, as it's not specified by the API of apr_table_get.

I'm not sure how to proceed with this one. It's be very expensive if we 
override get() and implement it to always iterate over any apr_table and 
return all the matches.

Thanks!

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to