[
https://issues.apache.org/jira/browse/WICKET-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-1631.
-----------------------------------
Resolution: Won't Fix
Assignee: Igor Vaynberg
sorry, but we are not going to fix this.
basically this happens because you end up having multiple classes with the same
name loaded through different classloaders, which is an artifact of using
reloading class filter.
> Using ReloadingWicketFilter, bookmarkable links to a mounted page do not any
> longer generate a "pretty url"
> -----------------------------------------------------------------------------------------------------------
>
> Key: WICKET-1631
> URL: https://issues.apache.org/jira/browse/WICKET-1631
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.2
> Reporter: Bernd Mrohs
> Assignee: Igor Vaynberg
> Priority: Minor
> Attachments: ReloadingFilterAndMountingProblem.zip
>
>
> Before using the ReloadingWicketFilter, all BookmarkablePageLinks were
> mounted as "pretty urls" (when they were mounted using mountBookmarkablePage
> or similar).
> But after switching to the filter, all BookmarkablePageLinks look "ugly".
> Nevertheless, the mount points still work when I enter the "pretty url" in
> browser's address bar, it's just that the links look "ugly".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.