Jmeter fetches URL's that you ask to fetch (so you can format them any which
way you want), so where are you seeing this problem? in redirects (you can
deal with this by writing a little code instead of needing to change Jmeter
code)?
Jmeter Code should be in
org.apache.jmeter.protocol.http.sampler.HTTPSampler/2  (not verified)


regards
deepak


On Wed, Apr 7, 2010 at 9:47 AM, Nikita Tovstoles <[email protected]
> wrote:

> 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]
>
>

Reply via email to