Hi,
lately I had to struggle with a default behavior of Wicket that I think
can be improved. Let's start from the problem: relative paths starting
with dot-slash (./) are always rewritten by RelativePathPrefixHandler.
This can be a problem if my app or page is mounted at specific path and
I simply want to use an anchor starting with ./
I'd like to modify RelativePathPrefixHandler in order to prevent such
rewriting, like we already do for absolute paths. This change doesn't
break any unit test but I'd like to hear your opinion. Maybe someone of
you knows why this kind of paths must be rewritten.
If you need a quickstart project showing the problem I can provide it.
Thank you.
Andrea.