I'm Request Tracker(RT) user.
There were talk and code for mason handler in the archive:
if ($mod_perl::VERSION >= 1.9908) {
require Apache::RequestUtil;
no warnings 'redefine';
my $sub = *Apache::request{CODE};
*Apache::request = sub {
my $r;
eval { $r = $sub->('Apache'); };
# warn $@ if $@;
return $r;
};
RT maintainer have implemented this code.
This was issue for mp_08, but now with mp_10 RT's working also without this code.
RT have issue with attachments coruption, it have such issue almost all time with latest mp2 from time to time, RT's documentation have WARNING about mp2, but [EMAIL PROTECTED] RH ships their distro with it and people don't want to loose their support with manually compiled system. So every day we have spam about mp2 and attachments(or other) issues.
One RT user reported that with mp_10 and version of RT which does not contain such code he don't have attachment corruption. Can someone approve that we should eliminate this code with mp_10? Or may be this code can't break POST method at all and we must look further at RT code? I'm not very familiar with mp2 now.
Also may be Mason triger bug which was discussed recently about multipart/form-data and POST in mp_10. Can someone aprove this also?
Best regards. Ruslan.
Sorry for my English.
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html