Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-04-03 Thread Alex Masidlover
-8<-- Start Bug Report 8<-- 1. Problem Description: I'm running Perl 5.20.2 on a Gentoo virtual machine. We've had some code in place that uses a mod_perl handler to send complex hashref based structures between two servers using nfreeze / thaw; the code ne

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-04-03 Thread Vincent Veyron
On Sun, 03 Apr 2016 14:11:23 +0100 Alex Masidlover wrote: > > This has all worked perfectly up until I upgraded to Apache 2.4 / > mod_perl 2.0.10 - After upgrading to Apache 2.4 and mod_perl 2.0.9, I had to make those two changes to my application : In a PerlOutputFilterHandler, change '$con

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-08-07 Thread Alex Masidlover
On Sun, 2016-04-03 at 17:03 +0200, Vincent Veyron wrote: > On Sun, 03 Apr 2016 14:11:23 +0100 > Alex Masidlover wrote: > > > > > > > This has all worked perfectly up until I upgraded to Apache 2.4 / > > mod_perl 2.0.10 -  > After upgrading to Apache 2.4 and mod_perl 2.0.9, I had to make those >

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-08-07 Thread William A Rowe Jr
On Sun, Aug 7, 2016 at 8:37 AM, Alex Masidlover wrote: > On Sun, 2016-04-03 at 17:03 +0200, Vincent Veyron wrote: > > On Sun, 03 Apr 2016 14:11:23 +0100 > > Alex Masidlover wrote: > > > > > This has all worked perfectly up until I upgraded to Apache 2.4 / > > > mod_perl 2.0.10 - > > After upgrad

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-08-07 Thread Vincent Veyron
On Sun, 07 Aug 2016 14:37:28 +0100 Alex Masidlover wrote: > > Thanks for the suggestion - its taken a while but I've manage to free > up a machine to roll forwards and test on; unfortunately I've got no > experience with Apache and filters. I've come up with this: > > package Zymonic::Decryptor:

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-08-07 Thread Vincent Veyron
I forgot to add : if you were not using filters previously, this may not solve your problem. Do you have accented characters in your queries' parameters? if so those need to be decoded (anything that uses APR::Table) -- Bien à vous, Vincent Veyron htt