Hiya
Not sure where to report this, but the http://svn.apache.org/snapshots
directory linked to on
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution
no longer exists.
Any idea where to download SVN snapshots from now? (other than from the
svn repo itself)
Trying to migrate a complex script from a standard CGI context to a mod_perl
context, and am having a hell of a time. The latest problem is that I have a
call to GCI::Utils->getSelfRefUrlWithQuery() which causes a crash.
In an attempt to isolate the problem, I wrote this short script which does
BTW, according to the doc for CGI::Utils->new(), the constructor works in
mod_perl provided that the Apache request object is passed as argument, or can
be retrieved via Apache->request or Apache2::RequestUtil->request.
So, I updated my script to verify that Apache2::RequestUtil->request does
i