[
https://issues.apache.org/jira/browse/WICKET-7153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944431#comment-17944431
]
ASF subversion and git services commented on WICKET-7153:
---------------------------------------------------------
Commit 70b821d86f22c41295982a47fc61ca3744a1a7a0 in wicket's branch
refs/heads/reiern70/systemmapper from reiern70
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=70b821d86f ]
[WICKET-7153] 1) make system mapper more reusable by making
newResourceReferenceMapper protected and 2) roll a hash code version of
ResourceReferenceMapper that encodes class names by using their hash code.
> [Resources] modify RootMapper in order to allow to define a refferent
> ResourceReferenceMapper
> ---------------------------------------------------------------------------------------------
>
> Key: WICKET-7153
> URL: https://issues.apache.org/jira/browse/WICKET-7153
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 10.4.0, 9.20.0
> Reporter: Ernesto Reinaldo Barreiro
> Assignee: Ernesto Reinaldo Barreiro
> Priority: Major
> Fix For: 10.5.0, 9.21.0
>
>
> In our application we would like to hide as much as possible the fact that we
> are using wicket. We are using a lot of third party libraries and if you
> inspect headers headers you will see things like, e.g.:
> "./wicket/resource/org.xxx.yyy.APanel/a.js"
>
> we want to replace this with
>
> "appres/resource/\{some_stable_number_depending_on_package_class}/a.js"
>
> The way I found to solve this requires copy/pasting/modifying SystemMapper.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)