Hello, I need JMeter to rewrite absolute URLs containing '/../' For example, major browsers & wget, given:
http://www.google.com/products/ . . / products (spaces added to avoid SPAM filtering) will actually send HTTP GET for http://www.google.com/products/ JMeter 2.3.4 appears to send the initial URL verbatim, which results in a 404 if pointed against a vanilla Tomcat. We're using Wicket and URLs similar to the above are very common (Wicket issues redirects like the above). I saw discussions from a couple of months ago wrt whose responsibility it is to normalize the URL and read the RFC. I understand positions on either side, but, unfortunately, do really need to load test our app asap ;- So, I am happy to fork JMeter locally, if needed. If the above indeed requires a code change in JMeter (or HttpClient?) could someone please respond with a hint as to where specifically I should look in src? thanks -nikita --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

