[
https://issues.apache.org/jira/browse/WICKET-6025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053668#comment-15053668
]
ASF GitHub Bot commented on WICKET-6025:
----------------------------------------
GitHub user klopfdreh opened a pull request:
https://github.com/apache/wicket/pull/145
WICKET-6025 improvements for static mounting / bugfix
Improvement to also support static mounting / bugfixes in check if file
system already exists.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/klopfdreh/wicket WICKET-6025-improvements
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/145.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #145
----
commit fbf5b10c2cb75784b1f25981df23b258a8dba505
Author: Tobias Soloschenko <[email protected]>
Date: 2015-12-11T21:49:26Z
WICKET-6025 improvements for static mounting / bugfix
----
> Read resource files with Java's NIO API
> ---------------------------------------
>
> Key: WICKET-6025
> URL: https://issues.apache.org/jira/browse/WICKET-6025
> Project: Wicket
> Issue Type: New Feature
> Components: wicket
> Affects Versions: 7.1.0, 8.0.0-M1
> Reporter: Tobias Soloschenko
> Assignee: Tobias Soloschenko
> Labels: features
> Fix For: 7.2.0, 8.0.0-M1
>
>
> As described here:
> http://apache-wicket.1842946.n4.nabble.com/VOTE-Integration-of-the-FileSystemResourceReference-td4672449.html
> it would be nice to have an implementation to read resources based on Java's
> NIO API.
> Examples:
> {code}
> Path path =
> FileSystemResourceReference.getPath(URI.create("jar:file:///folder/test.zip!/folderInZip/video.mp4"));
> add(new Video("video", new FileSystemResourceReference("name",path)));
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)