I have a header parser that is returning DECLINED when the headers show a problem. I thought that since the header parser was part of my module, that a DECLINED from the header parser would be the same as the entire module declining to handle the request. It seems that it is only the headers parser that is declining to handle the request during the header parser phase, but the module's content generator is still being activated during the content getneration phase. So each phase uses the handlers independently, without regard to the return status of the previous phases within the same module?
Brian McQueen
