hi, i have problemas with flood. I enter with this url:
http://host/script.cgi?arg1=x&arg2=y my xml file looks like: -- <flood> <urllist> <name>Test Hosts</name> <description>A bunch of hosts we want to hit</description> <url method="GET">http://host/script.cgi?arg1=x\&arg2=y</url> </urllist> <profile> <name>Example Profile</name> <description>A Test Round Robin Configuration</description> <useurllist>Test Hosts</useurllist> <profiletype>round_robin</profiletype> <socket>generic</socket> <report>relative_times</report> <verify_resp>verify_200</verify_resp> </profile> <farmer> <name>Joe</name> <count>1</count> <useprofile>Example Profile</useprofile> </farmer> <farm> <name>Bingo</name> <usefarmer count="1">Joe</usefarmer> </farm> <seed>1</seed> </flood> --- flood say that is an error in this url with this message: "Error parsing XML: XML parser error code: not well-formed (invalid token) (4)" I make a test: when i try with this url: http://host/script.cgi?arg1=x flood work. What is wrong? []s