DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7141>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7141 URL rewriting does not work properly [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-03-15 14:47 ------- Your first Web test is looking for form elements named "username" and "password". However, looking through the HTML from you first sample, I don't see any input elements with those names. JMeter searches the returned HTML and tries to find a match to your Web Test. Your Web Test requires a form with the elements "username" and "password". Therefore, JMeter finds no match, and simply passes on the entry un-modified. The best way to generate these Web Tests is with the proxy server, so you can record exactly what your browser is sending. That will save you a LOT of trouble. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
