- Generic content modification scheme:
authoroes <oes@users.sourceforge.net>
Fri, 13 Jul 2001 14:00:40 +0000 (14:00 +0000)
committeroes <oes@users.sourceforge.net>
Fri, 13 Jul 2001 14:00:40 +0000 (14:00 +0000)
commit9b0dad0351adfb3e568e274d596110303355501c
tree4f20e73f83bc66df35b203b09e0eda4f108c01b8
parent6f0d5589fd65b3eb95a11ab7866efeeeb24db963
 - Generic content modification scheme:
   Each feature has its own applicability flag that is set
   from csp->action->flags.
   Replaced the "filtering" int flag , by a function pointer
   "content_filter" to the function that will do the content
   modification. If it is != NULL, the document will be buffered
   and processed through *content_filter, which must set
   csp->content_length and return a modified copy of the body
   or return NULL (on failiure).
 - Changed csp->is_text to the more generic bitmap csp->content_type
   which can currently take the valued CT_TEXT or CT_GIF
 - Reformatting etc
 - Removed all #ifdef PCRS
jcc.c