Claudia Hirt created WICKET-6504:
------------------------------------
Summary: Using a Model for FileSystemResource
Key: WICKET-6504
URL: https://issues.apache.org/jira/browse/WICKET-6504
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 7.8.0
Reporter: Claudia Hirt
Priority: Minor
FileSystemResource takes a java.nio.file.Path to load the resource.
This leads to java.io.NotSerializableException: sun.nio.fs.WindowsPath in my
case. I know this is a problem of JavaSerializer and I already found the
solution to use something like Kryo Serializer instead.
But wouldn't it be better to have the possibility to use a Model for the path
anyway?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)