You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2001/09/30 21:37:44 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config valve.xml

remm        01/09/30 12:37:44

  Modified:    webapps/tomcat-docs/config valve.xml
  Log:
  - The Remote Address Filter and Remote Host Filter mention the attribute name
  "accept" as the attribute needed to accept incoming connections. The attribute
  name that actually works is "allow".
  - Patch submitted by Sebastian Fernandez (spf at graphics.cornell.edu)
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml
  
  Index: valve.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- valve.xml	2001/09/26 02:29:21	1.3
  +++ valve.xml	2001/09/30 19:37:44	1.4
  @@ -167,7 +167,7 @@
           <strong>org.apache.catalina.valves.RemoteAddrValve</strong>.</p>
         </attribute>
   
  -      <attribute name="accept" required="false">
  +      <attribute name="allow" required="false">
           <p>A comma-separated list of <em>regular expression</em> patterns
           that the remote client's IP address is compared to.  If this attribute
           is specified, the remote address MUST match for this request to be
  @@ -218,7 +218,7 @@
           <strong>org.apache.catalina.valves.RemoteHostValve</strong>.</p>
         </attribute>
   
  -      <attribute name="accept" required="false">
  +      <attribute name="allow" required="false">
           <p>A comma-separated list of <em>regular expression</em> patterns
           that the remote client's hostname is compared to.  If this attribute
           is specified, the remote hostname MUST match for this request to be