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

Reply via email to