Forum OpenACS Q&A: Response to The filter does not work

Collapse
Posted by Patrick Giagnocavo on
My guess is that a higher-priority filter is running and is catching the request before your filter gets it.  The docs on ad_register_filter mention a priority level, try bumping up the priority on your filter.  Alternatively, since the request processor be default does things with .tcl, .adp, and .html, try naming your file with a different extension, and modify the filter to catch that.  For instance, register a filter for *.xhdp and name your file world.xhdp .