handler name with the equivalent (but less heavyweight)
strchr call
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92352
13f79535-47bb-0310-9956-
ffa450edef68
* intent, but may cause problems at first - Ben 7th Jan 01
*/
if(strcmp(r->handler,"default-handler")
- && ap_strcmp_match(r->handler,"*/*"))
+ && !strchr(r->handler, '/'))
return DECLINED;
d = (core_dir_config *)ap_get_module_config(r->per_dir_config,