Re: unreadable output after internal redirect

2009-08-20 Thread Fred Moyer
On Thu, Aug 20, 2009 at 7:54 AM, Mark Copper wrote: > Hi, > > I have a Mason dhandler that generates an HTML page containing a form. > The action of the form is to get the same page that is displayed.  If the > URL contains a certain parameter, an internal redirect is issued: Can you provide what

unreadable output after internal redirect

2009-08-20 Thread Mark Copper
Hi, I have a Mason dhandler that generates an HTML page containing a form. The action of the form is to get the same page that is displayed. If the URL contains a certain parameter, an internal redirect is issued: URL: mydomain.com/information/dhandler/variable.html?modification=update <%args>

Re: Confusion over Apache2::Request and Apache2::RequestRec

2009-08-20 Thread Joe Schaefer
Apache2::Request is a derived class of Apache2::RequestRec, so what you're doing is perfectly ok. > >From: Douglas Sims >To: modperl >Sent: Thursday, August 20, 2009 3:20:59 AM >Subject: Confusion over Apache2::Request and Apache2::RequestRec > > >I'm confused about something and I wonder if a

Confusion over Apache2::Request and Apache2::RequestRec

2009-08-20 Thread Douglas Sims
I'm confused about something and I wonder if anyone can help me to understand what's going on. The code shown below works fine but as I was looking over this before changing something else I realized that it probably shouldn't. I'm using an Apache2::Request object to return a connection object to