he2/RequestRec.html#C_input_filters_
Jim
Stephen Howard wrote:
Hi Mark,
The other pages on the site are not broken. I appreciate your
attempt to identify an underlying flaw, but that is not the case
here, and I am aware of the vagaries of html parsing (which is why I
leave it in the capable hands
Just the answer I was looking for. Thanks, Torsten
- Stephen
Torsten Foertsch wrote:
On Sat 02 Aug 2008, Stephen Howard wrote:
I'm issuing a lookup_uri request to launch a subrequest. I'm getting
a 404 on the subrequest when I get a 200 OK response when visiting
the same
I'm issuing a lookup_uri request to launch a subrequest. I'm getting a
404 on the subrequest when I get a 200 OK response when visiting the
same uri from a browser. My suspicion is that this uri, which uses a
PerlInitHandler to transform the incoming url, can't be found under the
subrequest b
y to go.
- Stephen
Mark Hedges wrote:
On Mon, 21 Jul 2008, Stephen Howard wrote:
I have a form validator PerlResponseHandler (using
Data::FormValidator) that needs to repopulate a form upon
failure. Problem is, the original form is not generated
by the handler, but by other pages on the s
I have a form validator PerlResponseHandler (using Data::FormValidator)
that needs to repopulate a form upon failure. Problem is, the original
form is not generated by the handler, but by other pages on the site.
My thinking is that I ought to be able to do a lookup_uri and pass it a
filter t
1. Problem Description:
I have an intermittent segfault with one particular ResponseHandler.
The segfault, when it occurs, is triggered by calling $r->content_type
in a lightly modified CGI::Simple (I made changes to it as it wasn't
playing well with mod_perl2). What might be going awry? The