William A. Rowe, Jr. wrote:
>From: "Brian Pane" <[EMAIL PROTECTED]>
>Sent: Monday, August 06, 2001 4:51 PM
>
>
>>The patch in question got committed a long time ago, back in version
>>1.43 of mod_mime.c. I checked the current rev in CVS, and it's still
>>using the hash tables that my patch introduced.
>>
>
>Ahhh. I thought you offered a further patch to allow just segments of the filename
>to be matched, so that index.en would match index.html.en. I must have been imagining
>things :)
>
I bet you're thinking of the patch I posted to optimize away the
ap_getword calls in mod_mime (which wasn't committed). That
one definitely won't work with the latest mod_mime code. I'll
see if I can do the same optimization (replace ap_getword with
inline string-scanning to eliminate some string-copying) against
the current code base; if it works, I'll post a patch.
--Brian