Problem with Wicket and SignInExample in IE8

Posted by KJQ on Stack Overflow See other posts from Stack Overflow or by KJQ
Published on 2010-03-12T00:35:32Z Indexed on 2010/03/12 0:37 UTC
Read the original article Hit count: 212

Filed under:
|
|

I have an interesting problem with Wicket.

I'm basically duplicating the 'authentication' example from the v1.4.x in SVN. It works fine in FireFox and Chrome but not in IE8.

When in IE8, after I click the submit button it returns with a 404 error but i can manually paste the "destination" url in and it goes there fine (as an authenticated user). Another scenario is, I try to login, it gives me a 404, I hit refresh (looking at the html source I see the page version incremented), relogin and it works fine.

So to summarize:

  1. I login the first time in IE8 and it returns a 404 error, hit refresh and ogin again and it works fine.

  2. I login the first time in IE8 and it returns a 404 error, manually paste the destination url in the browser and it goes there fine as if im logged in.

I've compared everything between IE8 and FireFox from the rendered source and the code is not doing anything special but I cannot figure out what the differences are?

Thanks.

KJQ

© Stack Overflow or respective owner

Related posts about wicket

Related posts about ie8