Hello,
I have a question about
in UrlRenderer, lines 237-240 in Wicket 1.5.5

Why is this happening? I don't think that subsequential call to
HttpServletResponse#sendRedirect(".") is correct. I know it should render as
relative to current directory, but for example WebSphere (7) AS sends this
as Location: http://localhost:9080/context/. - WITH the dot at the end! This
wouldn't cause any problem with current browsers, nut if you have some kind
of proxy or load balancer in front of AS (we have IBM HTTP SERVER), it might
them think it is some kind of file, etc. This leads to problems in our
enviroment.
I know it is an specific issue, but generously I think, that the dot is
useless there and only causing problems.

Thanks for reply,
David

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-adds-dot-if-URL-is-empty-tp4573752p4573752.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to