[STATUS] (flood) Wed Apr 7 23:46:19 EDT 2004

2004-04-08 Thread Rodent of Unusual Size
flood STATUS: -*-text-*- Last modified at [$Date: 2003/07/01 20:55:12 $] Release: 1.0: Released July 23, 2002 milestone-03: Tagged January 16, 2002 ASF-transfer: Released July 17, 2001 milestone-02: Tagged August 13,

t_cmp oddities

2004-04-08 Thread William McKee
Hi Stas, I've encountered an anomaly in t_cmp which seems to run against the documented behavior. The easiest way to describe it is with an example. In my response handler, I have the following two tests: ok t_cmp ( undef, get_undef, Retrieve undef from

Re: t_cmp oddities

2004-04-08 Thread Geoffrey Young
ok t_cmp ( undef, get_undef, Retrieve undef from subroutine ); # expected: undef # received: Retrieve undef from subroutine not ok 1 get_undef is slurping up the text as an argument. call it as get_undef() instead (nobody really uses the

Re: t_cmp oddities

2004-04-08 Thread Geoffrey Young
Geoffrey Young wrote: ok t_cmp ( undef, get_undef, Retrieve undef from subroutine ); # expected: undef # received: Retrieve undef from subroutine not ok 1 get_undef is slurping up the text as an argument. call it as get_undef() instead

Re: t_cmp oddities

2004-04-08 Thread Stas Bekman
Geoffrey Young wrote: Geoffrey Young wrote: ok t_cmp ( undef, get_undef, Retrieve undef from subroutine ); # expected: undef # received: Retrieve undef from subroutine not ok 1 get_undef is slurping up the text as an argument. call it as get_undef() instead

Re: t_cmp oddities

2004-04-08 Thread Stas Bekman
and we ought to document this... hint, hint :) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org

Re: [apache-modules] Re: Internal redirect from an output filter (Apache2.x)

2004-04-08 Thread Sumeet Singh
William A. Rowe, Jr. wrote: Sumeet Singh wrote: I was wondering if invoking an internal-redirect from within an output filter is legal. I need to do that from my output filter but want to make sure that it conforms to apache2.0 API before I go ahead and design/code it. I presume this

Re: [apache-modules] Re: Internal redirect from an output filter (Apache2.x)

2004-04-08 Thread Andr Malo
* Sumeet Singh [EMAIL PROTECTED] wrote: [internal redirects in output filters] Yes, I also find it unsafe. However, note that some standard modules do that too. For example mod_include runs sub-requests from within its output filters. In my opinion this shouldn't be allowed, because with

Re: [apache-modules] Re: Internal redirect from an output filter (Apache2.x)

2004-04-08 Thread Sumeet Singh
André Malo wrote: * Sumeet Singh [EMAIL PROTECTED] wrote: [internal redirects in output filters] Yes, I also find it unsafe. However, note that some standard modules do that too. For example mod_include runs sub-requests from within its output filters. In my opinion this shouldn't be

Re: cvs commit: httpd-2.0/server core.c

2004-04-08 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: geoff 2004/04/08 17:56:26 Modified:.CHANGES server core.c Log: Enable special ErrorDocument value 'default' which restores the canned server response for the scope of the directive. if this stays in 2.1 it will need

Re: cvs commit: httpd-2.0/server core.c

2004-04-08 Thread Joshua Slive
On Thu, 8 Apr 2004, Geoffrey Young wrote: [EMAIL PROTECTED] wrote: geoff 2004/04/08 17:56:26 Modified:.CHANGES server core.c Log: Enable special ErrorDocument value 'default' which restores the canned server response for the scope of the

Re: cvs commit: httpd-2.0/server core.c

2004-04-08 Thread Geoffrey Young
Just edit the .xml. (There is a big ugly note at the top of the .html.en telling you not to touch it.) Then you can build the .html.en using the instructions here: http://httpd.apache.org/docs-project/docsformat.html Or if you don't want to bother, just do the .xml and someone else will