stas 2003/03/05 20:08:02
Modified: . STATUS
Log:
a docs confusion to resolve
Revision Changes Path
1.40 +11 -1 modperl-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/modperl-2.0/STATUS,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- STATUS 5 Mar 2003 07:35:40 -0000 1.39
+++ STATUS 6 Mar 2003 04:08:02 -0000 1.40
@@ -50,6 +50,16 @@
Needs Patch or Further Investigation:
-------------------------------------
+* this is probably a documenation issue. Several phases are of type VOID
+ and docs say:
+
+ Handlers of the type C<VOID> will be I<all> executed in the order they
+ have been registered disregarding their return values. Though in
+ mod_perl they are expected to return C<Apache::OK>.
+
+ may be we shouldn't mark them as VOID then, but RUN_ALL? this is in
+ user/handlers/intro.pod
+
* Looks like there is an issue with filter configuration, I've noticed that:
PerlInputFilterHandler MyApache::InputFilterGET2HEAD