You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/07/08 08:56:04 UTC

cvs commit: modperl-docs/src/docs/2.0/user/handlers filters.pod

stas        2003/07/07 23:56:04

  Modified:    src/docs/2.0/user/handlers filters.pod
  Log:
  <Files ~ "\.html$"> doesn't seem to work in 2.0, dropping $ makes it
  working
  
  Revision  Changes    Path
  1.32      +1 -1      modperl-docs/src/docs/2.0/user/handlers/filters.pod
  
  Index: filters.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/filters.pod,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- filters.pod	6 Jun 2003 09:24:46 -0000	1.31
  +++ filters.pod	8 Jul 2003 06:56:04 -0000	1.32
  @@ -138,7 +138,7 @@
   filter to all requests that get mapped to files with an I<".html">
   extension:
   
  -  <Files ~ "\.html$">
  +  <Files ~ "\.html">
         PerlOutputFilterHandler MyApache::FilterObfuscate
     </Files>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org