Re: root context, IE, home page is not found

2010-05-11 Thread Jimi
-wicket.1842946.n4.nabble.com/root-context-IE-home-page-is-not-found-tp1877009p2165392.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: root context, IE, home page is not found

2010-05-11 Thread Jeremy Thomerson
. But the bug still exist in 1.4.7, at least for me. /Jimi -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/root-context-IE-home-page-is-not-found-tp1877009p2165392.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: root context, IE, home page is not found

2010-05-10 Thread Jimi
.1842946.n4.nabble.com/root-context-IE-home-page-is-not-found-tp1877009p2165392.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: root context, IE, home page is not found

2010-05-10 Thread Jeremy Thomerson
/WICKET-2600? Well, it sure is related, and that ticket is marked as resolved with 1.4.5. But the bug still exist in 1.4.7, at least for me. /Jimi -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/root-context-IE-home-page-is-not-found-tp1877009p2165392.html Sent

Re: root context, IE, home page is not found

2010-05-05 Thread Erik van Oosten
I don't get it. I tested this fix with Tomcat and several IE versions. And . just worked then whereas ./ did not. Regards, Erik. Op 04-05-10 14:56, Martin Grotzke wrote: Hi, we also just experienced issues with this, and the fix of WICKET-2600 still causes problems (as already

Re: root context, IE, home page is not found

2010-05-04 Thread Martin Grotzke
Hi, we also just experienced issues with this, and the fix of WICKET-2600 still causes problems (as already described in this post): For the redirect to . tomcat produces a Location header like http://www.example.org/. (notice the trailing dot), which causes IE to do request exactly this url,

Re: root context, IE, home page is not found

2010-05-01 Thread Erik van Oosten
This might be related to https://issues.apache.org/jira/browse/WICKET-2600? Regards, Erik. Op 29-04-10 16:57, Jimi wrote: I would also like to know if there is any solution (bug fix or workaround) to this bug. Currently each time a IE-user logs out from my web application he gets this

RE: root context, IE, home page is not found

2010-04-06 Thread FakeBoy
BookmarkablePageRequestTarget.respond(RequestCycle requestCycle) has code to strip ./ if url starts with it. can it be changed to strip . as well? will it be the right fix? From: vad...@hotmail.com To: users@wicket.apache.org Subject: root context, IE, home page is not found Date: Mon, 18 Jan

root context, IE, home page is not found

2010-01-18 Thread Vadim Tesis
all, my wicket 1.4.5 application is configured to run in root context. for some reason, when it sets response page to the home page (which is not mounted), the webserver produces error: The requested resource () is not available. here's the code: formFooter.add(new

RE: root context, IE, home page is not found

2010-01-18 Thread Vadim Tesis
looks like BookmarkablePageRequestTarget.respond(RequestCycle requestCycle) has code to strip ./ if url starts with it. can it be changed to strip . as well? will it be the right fix? From: vad...@hotmail.com To: users@wicket.apache.org Subject: root context, IE, home page is not found