jacekp 2002/09/10 02:25:42
Modified: flood/examples round-robin-dynamic.xml
Log:
fixed regexp to match new format of google responses
Revision Changes Path
1.3 +1 -1 httpd-test/flood/examples/round-robin-dynamic.xml
Index: round-robin-dynamic.xml
===================================================================
RCS file: /home/cvs/httpd-test/flood/examples/round-robin-dynamic.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- round-robin-dynamic.xml 14 Aug 2001 20:14:50 -0000 1.2
+++ round-robin-dynamic.xml 10 Sep 2002 09:25:41 -0000 1.3
@@ -9,7 +9,7 @@
<url method="GET" requesttemplate="${id}"
responsetemplate="Prev</A> <A HREF="([^"]*)">"
responsename="next" />
<url method="GET" requestparamcount="1"
requesttemplate="http://www.apachelabs.org${next}" />
<!-- Search google.com for "foo" and go to the first search result.
- <url method="GET" responsetemplate="<A
HREF=http://([^"]*)""
responsename="foo">http://www.google.com/search?q=foo</url>
+ <url method="GET" responsetemplate="<a href=http://([^>]*)>"
responsename="foo">http://www.google.com/search?q=foo</url>
<url method="GET" requestparamcount="1" requesttemplate="http://${foo}"
/>
-->
</urllist>