You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2007/02/06 06:35:30 UTC

svn commit: r503994 - /httpd/test/trunk/flood/examples/round-robin-dynamic.xml

Author: jerenkrantz
Date: Mon Feb  5 21:35:24 2007
New Revision: 503994

URL: http://svn.apache.org/viewvc?view=rev&rev=503994
Log:
* examples/round-robin-dynamic.xml: Remove requestparamcount as that isn't
  examined or used now.

Modified:
    httpd/test/trunk/flood/examples/round-robin-dynamic.xml

Modified: httpd/test/trunk/flood/examples/round-robin-dynamic.xml
URL: http://svn.apache.org/viewvc/httpd/test/trunk/flood/examples/round-robin-dynamic.xml?view=diff&rev=503994&r1=503993&r2=503994
==============================================================================
--- httpd/test/trunk/flood/examples/round-robin-dynamic.xml (original)
+++ httpd/test/trunk/flood/examples/round-robin-dynamic.xml Mon Feb  5 21:35:24 2007
@@ -8,15 +8,15 @@
     <description>A bunch of hosts we want to hit</description>
     <!-- Find FAQ on HTTPD project page -->
     <url method="GET" responsetemplate="&lt;a href=&quot;([^&quot;]*)&quot;&gt;FAQ&lt;/a&gt;" responsename="faq">http://httpd.apache.org/</url>
-    <url method="GET" requestparamcount="1" requesttemplate="http://httpd.apache.org${faq}" />
+    <url method="GET" requesttemplate="http://httpd.apache.org${faq}" />
     <!-- Search for httpd-2.0 commit access.
     <url method="POST" payload="method=and&amp;format=builtin-long&amp;sort=score&amp;config=htdig&amp;restrict=&amp;exclude=&amp;words=httpd-2.0+commit+access" responsetemplate="&lt;a href=&quot;([^&quot;]*)&quot;&gt;" responsename="id">http://www.apachelabs.org/cgi-bin/htsearch</url>
     <url method="GET" requesttemplate="${id}" responsetemplate="Prev&lt;/A&gt; &lt;A HREF=&quot;([^&quot;]*)&quot;&gt;" responsename="next" />
-    <url method="GET" requestparamcount="1" requesttemplate="http://www.apachelabs.org${next}" />
+    <url method="GET" requesttemplate="http://www.apachelabs.org${next}" />
     -->
     <!-- Search google.com for "foo" and go to the first search result. 
     <url method="GET" responsetemplate="&lt;a href=http://([^&gt;]*)&gt;" responsename="foo">http://www.google.com/search?q=foo</url>
-    <url method="GET" requestparamcount="1" requesttemplate="http://${foo}" />
+    <url method="GET" requesttemplate="http://${foo}" />
     -->
   </urllist>