Github user klopfdreh commented on a diff in the pull request:
https://github.com/apache/wicket/pull/142#discussion_r44189042
--- Diff:
wicket-core/src/main/java/org/apache/wicket/core/util/resource/locator/caching/FileSystemResourceStreamReference.java
---
@@ -0,0 +1,29 @@
+package org.apache.wicket.core.util.resource.locator.caching;
+
+import java.nio.file.Paths;
+
+import org.apache.wicket.util.resource.PathResourceStream;
+
+/**
+ * A reference which can be used to recreate {@link PathResourceStream}
+ *
+ * @author Tobias Soloschenko
+ */
+public class FileSystemResourceStreamReference extends
AbstractResourceStreamReference
--- End diff --
I prefer FileSystem
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---