You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/03/11 08:47:54 UTC

cvs commit: modperl-2.0/todo filters.txt

stas        2003/03/10 23:47:54

  Modified:    todo     filters.txt
  Log:
  add the issues with filters
  
  Revision  Changes    Path
  1.2       +10 -0     modperl-2.0/todo/filters.txt
  
  Index: filters.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/filters.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filters.txt	30 May 2001 22:48:19 -0000	1.1
  +++ filters.txt	11 Mar 2003 07:47:54 -0000	1.2
  @@ -98,6 +98,16 @@
   would be nice for Perl{Input,Output}FilterHandler to work with the
   modperl {get,set,push}_handlers api just like other Perl*Handlers
   
  +
  +Other issues
  +-----------------------
  +- Currently there is no way to MIX & MATCH mod-perl FILTERS declared
  +  via "PerlOutputFilterHandler" with APACHE standard ones.
  +
  +- currently we have no way to remove the filter 
  +
  +- we also may need filter_init hook
  +
   tie handle interface
   --------------------
   both input/output filters should provide a tiehandle and/or perlio