stas 2003/03/04 23:35:40
Modified: . STATUS Log: log the issue with the filter handler configuration and loading Revision Changes Path 1.39 +14 -1 modperl-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl-2.0/STATUS,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- STATUS 4 Mar 2003 09:42:41 -0000 1.38 +++ STATUS 5 Mar 2003 07:35:40 -0000 1.39 @@ -50,6 +50,19 @@ Needs Patch or Further Investigation: ------------------------------------- +* Looks like there is an issue with filter configuration, I've noticed that: + + PerlInputFilterHandler MyApache::InputFilterGET2HEAD + + silently ignores the filter, whereas: + + PerlInputFilterHandler +MyApache::InputFilterGET2HEAD + + calls the filter. figure out: + + - why the loading doesn't happen + - why the error doesn't happen (probably both connected) + * in blead-perl (where ${^TAINT} returns -1 for -t and 1 for -T, 0 otherwise). in modperl/taint test under worker mpm ${^TAINT} returns -1, when it should be 1. and the test fails