OK.
This looks like a bug too.

grep says:
wicket-core/src/main/java/org/apache/wicket/settings/StoreSettings.java:
fileStoreFolder
= File.createTempFile("file-prefix", null).getParentFile();

So it seems Wicket creates a temporary file just to get a reference to the
/tmp folder and discards this file.
We should delete it!

Are those files empty on your system?

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Jan 21, 2016 at 4:47 PM, Manfred Bergmann <[email protected]>
wrote:

> Hi.
>
> Yeah, the filestore.
> Hmm, there is no file-upload functionality in this Wicket app. I'm
> wondering
> why those file are created then?
>
> I just had a check. There were 8GB of data from those files.
>
>
> Manfred
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Lots-of-files-in-temp-folder-tp4673379p4673388.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to