Re: Tomcat and filesystems

2023-06-26 Thread Romain Manni-Bucau
If it helps, here is a draft: https://github.com/apache/tomcat/pull/630 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Tomcat and filesystems

2023-06-26 Thread Mark Thomas
On 25/06/2023 13:50, Romain Manni-Bucau wrote: Hi all, Doing some tests I realized two things: * tomcat still uses File a lot (thinking to default servlet stack) * tomcat does not uses FileSystem abstraction and previous point would only makes sense with this addition What about a (nio) Fileys

Tomcat and filesystems

2023-06-25 Thread Romain Manni-Bucau
Hi all, Doing some tests I realized two things: * tomcat still uses File a lot (thinking to default servlet stack) * tomcat does not uses FileSystem abstraction and previous point would only makes sense with this addition What about a (nio) Fileystem/Path based implementation of WebResourceSet?