Removing '/./' in redirected URLs (Wicket-Feature)
Open
enhancement
need info
os: All
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**peter** ([Bug 62584](https://bz.apache.org/bugzilla//show_bug.cgi?id=62584&redirect=false)):
In addition to https://github.com/apache/jmeter/issues/2361 does Wicket not only produce collapsing URLs like
"app/path/../path2/"
but also relative paths like
"app/wicket/./login?0"
in redirected URLs.
Current Browsers fix URLs with "/./" by removing "/./" but not JMeter.
In this Bug the problem with relative paths shall be fixed by replacing "/./" by "/" in the URLs getting by redirection.
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.