Hi David,

Can you try with 1.5-SNAPSHOT ?
We made some changes in this area for WICKET-4260.
I also filed a bug report to Tomcat because they also produce redirect
urls like: http://host:port/path1/./path2 and this confuses IE only
when Tomcat virtual hosts are used and JMeter (always):
https://issues.apache.org/bugzilla/show_bug.cgi?id=53062

On Fri, Apr 20, 2012 at 3:27 PM, David Rain <[email protected]> wrote:
> 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: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to