> From: mike808 [mailto:[EMAIL PROTECTED]]
> Sent: 24 July 2002 05:54
> To: Lincoln Stein; Cope, Greg; [EMAIL PROTECTED]
> Subject: Re: possible buget in CGI.pm
>
> Lincoln, Greg, mod_perl list:
>
> The problem appears to be that the -no_xhtml option is only
> pr
> On Tuesday 23 July 2002 08:27 am, [EMAIL PROTECTED] wrote:
> > We do not want CGI.pm to return XHTML ...
> > So in Apache::Registry executed scripts we use:
> > use CGI qw( -no_xhtml );
> > But on the first invocation it returns normal HTML. On second invocation
> > it ignores this directiv
I'm aware of the problem, but I haven't been able to track it down. Any help
is welcome.
Lincoln
On Tuesday 23 July 2002 08:27 am, [EMAIL PROTECTED] wrote:
> Hi All,
>
> We are implementing mod_perl here for internal intranet use. We have
> discovered a possible buglet in CGI.pm.
>
> We do no
> -Original Message-
> From: darren chamberlain [mailto:[EMAIL PROTECTED]]
> > Can someone confirm this?
>
> Yes:
>
Good I'm not mad :-)
> From CGI.pm, version 2.81:
>
> 35 # > Here are some globals that you might want to
> adjust <<
> 36 sub initialize_globals {
Hi,
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2002-07-23 11:26]:
> We are implementing mod_perl here for internal intranet use. We have
> discovered a possible buglet in CGI.pm.
>
> We do not want CGI.pm to return XHTML as it upsets Verity indexing
> (long story).
So sorry to hear about that.
Hi All,
We are implementing mod_perl here for internal intranet use. We have
discovered a possible buglet in CGI.pm.
We do not want CGI.pm to return XHTML as it upsets Verity indexing (long
story).
So in Apache::Registry executed scripts we use:
use CGI qw( -no_xhtml );
But on the fi