You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pedro Santos (JIRA)" <ji...@apache.org> on 2011/03/21 21:17:05 UTC

[jira] [Commented] (WICKET-3535) wicket does not handle /. requests correctly - should show homepage

    [ https://issues.apache.org/jira/browse/WICKET-3535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009344#comment-13009344 ] 

Pedro Santos commented on WICKET-3535:
--------------------------------------

Can't reproduce here, I tested the following code in 1.4.16 and IE 8:

add(new Link("link1") {
	@Override
	public void onClick() {
		setResponsePage(HomePage.class);
	}
});
add(new BookmarkablePageLink("link2", HomePage.class));

> wicket does not handle /. requests correctly - should show homepage
> -------------------------------------------------------------------
>
>                 Key: WICKET-3535
>                 URL: https://issues.apache.org/jira/browse/WICKET-3535
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.16
>            Reporter: Wouter de Vaal
>
> - Deploy a wicket webapp as root. 
> - Create a page with a link that will call setResponsePage(HomePage.class);
> - Use internet explorer 8
> when clicking the response will be something like:
> HTTP/1.1 302 Moved Temporarily
> Server: Apache-Coyote/1.1
> Location: http://localhost:8080/.
> Internet explorer will show an empty 404 page. 
> This problem does not occur in firefox or chrome, because they clean up the request url to / (without the dot).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira