Hi, I started to register a filter and a proc that I want to be called for every request. But my ns_log's are never called if I request an adp file. Seems like the parser/map settings in the config resp. the adp mechanisms "are stronger" than ns_register_filter/proc.
If I uncomment the adp settings in the config, it works (of course...). I then can parse the adp file for myself and can handle errors etc. with my own tcl routines. What are the disadvantages of not using the default way of handling adp files? Is the caching of the adp pages lost? Or am I doing something wrong? I'm not familiar with the OpenACS package, but I think they don't touch the adp settings in the config file (parsers/mappings) and are nevertheless able to handle adp pages with their own procs. Thanks, Bernd.
