[Fwd: Re: mp2: processing a subrequest with HTML::FillInForm]

2008-08-11 Thread Stephen Howard
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

Re: subrequests do not run all phase handlers?

2008-08-03 Thread Stephen Howard
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

subrequests do not run all phase handlers?

2008-08-02 Thread Stephen Howard
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

Re: mp2: processing a subrequest with HTML::FillInForm

2008-07-26 Thread Stephen Howard
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

mp2: processing a subrequest with HTML::FillInForm

2008-07-21 Thread Stephen Howard
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

[mp2] Segfault on using $r->content_type()

2008-06-26 Thread Stephen Howard
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