GitHub user sfussenegger opened a pull request:
https://github.com/apache/wicket/pull/66
WICKET-5263 FilenameWithVersionResourceCachingStrategy breaks silently
improves fix of WICKET-5263 [as described in JIRA
comment](https://issues.apache.org/jira/browse/WICKET-5263?focusedCommentId=13846285&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13846285)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/molindo/wicket WICKET-5263
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/66.patch
----
commit 704a13780970edf702a22ed0c86c112d62ad5bf8
Author: Stefan Fussenegger <[email protected]>
Date: 2013-12-12T13:24:43Z
WICKET-5263 FilenameWithVersionResourceCachingStrategy breaks silently
when the versionPrefix is contained in the original filename
- added getVersionPattern() to IResourceVersion
----