[rt-users] Losing post'ed data - fix.

Jesse Vincent jesse at bestpractical.com
Sat Nov 10 12:32:45 EST 2001


using mod_perl args will break other things, such as file uploads.  I'm
pretty sure that the loss of posted data is due to a botched install 
of one or more of the related CPAN pakcages.

	Jesse


On Sat, Nov 10, 2001 at 01:18:13PM +0000, Greg Cope wrote:
> Dear all
> 
> Referance a few weeks ago people with thier own mixes of perl and rt etc
> and had to change all post methods to gets, well this sorts the problem:
> 
> On arround line 17 of webmux change from - to:
> 
> -use HTML::Mason::ApacheHandler (args_method => 'CGI');
> +use HTML::Mason::ApacheHandler (args_method => 'mod_perl');
> 
> Jesse - can this be patched in CVS ?
> 
> This is not my fix - but was found by a client of mine!
> 
> Thanks
> 
> Greg
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
http://www.bestpractical.com/products/rt  -- Trouble Ticketing. Free.




More information about the rt-users mailing list