Bug report follows.
Thanks a million.
y
-8<-- Start Bug Report
8<--1. Problem Description:
Useless warning in error_log:
[Mon Sep 29 16:43:15 2003] -e: Use of uninitialized value.
This occurs whenever a handler script calls ModPerl::Util::ex
pache::RequestRec;use Apache::RequestIO;sub handler{ my $r
= shift; $r->content_type( "text/plain" ); print "End of
line.\n"; exit 0;}1;- Original Message
- From: "Stas Bekman" <[EMAIL PROTECTED]>To: "ydnar" <[EMAIL PROTECTED]>Cc: <[EMAIL P
> ydnar wrote:
> > Thanks for your reply.
> >
> > Here's a short module that will throw the warning.
>
> Thanks.
>
> > Note, my httpd.conf uses PerlSwitches -wT. Removing -w and using "use
> > warnings FATAL => 'all';"
> snip<
> Perfect, I'm now able to reproduce your problem. Please stay tuned for the
fix.
Thanks. :)
y
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Patch worked. Much thanks.
y
- Original Message -
From: "Stas Bekman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "ydnar" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, October 02, 2003 1:48 AM
Subject: Re: [mp2] useless warn
I have a large form (1000+ form elements) which uses method="POST". Only
the first 429 elements/parameters are passed to my mod_perl application.
The odd thing is, it only happens with Mozilla Firebird (Win32), and not
MSIE. I originally thought this was a browser issue, but when I tried
the sa
Please disregard, the latest build (mod_perl-1.99_11) fixed the problem.
Cheers,
y
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]