Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by slive:
http://wiki.apache.org/httpd/ReInflating

The comment on the change is:
Indent case_filter bug fix so that it doesn't interupt the example as much

------------------------------------------------------------------------------
  the transformation.  We can't upper-case the deflated binary stream, so we'll 
have to
  inflate it, then transform it.
  
+     
- ** NOTE A one line bug in mod_case_filter.c that must be fixed in 2.2.6! 
Insert the line;
+     '''NOTE A one line bug in mod_case_filter.c that must be fixed in 
2.2.6''' Insert the line;
- {{{
+     {{{
          apr_brigade_cleanup(pbbIn);
- }}}
+     }}}
- immediately before this line;
+     immediately before this line;
- {{{
+     {{{
          return ap_pass_brigade(f->next, pbbOut);
- }}}
+     }}}
- and rebuild the module.
+     and rebuild the module.
  
  So using the example above, we'll build on it with another FilterProvider 
we'll name ucase,
  and apply both gzinflate and ucase in that order to all /proxy/ucase/ 
requests;

Reply via email to