gozer 2003/05/28 20:49:51
Modified: . STATUS Log: Record the availability of a patch and the need of further testing for the missing functionnality : Apache->request(bless {r=>$r}, "My::Apache"); Apache->request; Revision Changes Path 1.29 +8 -5 modperl/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl/STATUS,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- STATUS 28 May 2003 12:37:38 -0000 1.28 +++ STATUS 29 May 2003 03:49:51 -0000 1.29 @@ -23,6 +23,13 @@ Patch available at http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105359253610093&w=2 + * Apache->request(bless {r => $r}, 'My::Apache') + Report: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=98600785703290&w=2 + Status: + Patch needs to get further testing + Patch: + http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105412732722992&w=2 + Needs Patch or Further Investigation * $r->print() ignores $, @@ -73,10 +80,6 @@ * revisit send_http_header and r->status Report: http://marc.theaimsgroup.com/?l=apache-modperl&m=99063926111686&w=2 - Status: - - * Apache->request(bless {r => $r}, 'My::Apache') - Report: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=98600785703290&w=2 Status: * recursion triggered by internal_redirect() called by a pushed handler