Bippes, Arne wrote:

Hello list,

I'm trying to override AuthenNTML (PerlAuthenHandler).

Ae you trying to build a module using AuthenNTLM? I am a bit confused :P


While doing this i'm having the Problem that all my Post-Variables somehow disappear in MS Internet Explorer (V 6.0). Posting the same page with Mozilla, everything works fine.


Looking further even with
handler {
        $r = shift;
        return OK;
}
no Post Variables can be found.

Have you run this through the Perl debugger? That should show you where your variables disappear... Check out:

http://perl.apache.org/docs/1.0/guide/debug.html#Interactive_mod_perl_Debugging

for more info on how to do this.

speeves
cws*
*


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to