On 9/24/07, André Warnier <[EMAIL PROTECTED]> wrote: > My::module would do something (or not) to the request, then it should > let the (possibly modified) request go through, so that the mod_jk > module can intercept it and re-direct it to Tomcat.
Your should write your code as an input filter then, not a response handler. - Perrin
