[
https://issues.apache.org/jira/browse/WICKET-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483870
]
Ryan Holmes commented on WICKET-395:
------------------------------------
Looks like a mistake in web.xml. The attached app has:
<servlet-mapping>
<servlet-name>wicket</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
But it should be:
<servlet-mapping>
<servlet-name>wicket</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
The link works fine after this change.
> Bookmarkable page problems
> --------------------------
>
> Key: WICKET-395
> URL: https://issues.apache.org/jira/browse/WICKET-395
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.2.5
> Environment: Tomcat 5.5.20
> Reporter: Thomas Singer
> Fix For: 1.2.6
>
> Attachments: wicket.zip
>
>
> Please see attached example: when opening http://localhost:8080/wicket/ and
> clicking the "Product" link, the URL changes to
> http://localhost:8080/wicket/product/index;jsessionid=..., but the page
> remains the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.