You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/08/09 09:52:45 UTC

[Bug 62584] Removing '/./' in redirected URLs (Wicket-Feature)

https://bz.apache.org/bugzilla/show_bug.cgi?id=62584

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
If you look at ConversionUtils#removeSlashDotDot, you will see, that it does a
lot more than simply removing '/..' from the complete URL.

Maybe it would be a good idea to factor out the common logic of /.. and /. into
a new method and delegate the old one and the new one (you would have to
create, too) to it.

And by the way. String#replaceAll takes a regex as first command and '.' has a
special meaning in regex, so it is probably a good idea to add test cases for
the change :) It should be easier, if you take the route via ConversionUtils.

-- 
You are receiving this mail because:
You are the assignee for the bug.