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? It would enable to not only rely on local filesystem but also more exotic ones (in mem for ex). Was it already discussed/studied? Would it makes sense in tomcat codebase? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance>