-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
---
-
---
Wildfly ModuleClassloader return URLs with scheme "vfs". Some applications, notably micronaut, attempt to convert resource URL to java Path and then access Path's children during configuration. This fails for URL scheme that is not mapped to FileSystem via FileSystemProvider.
Current vfs code has most of required functionality. Actual FileSystemProvider class is missing as well as ability to register the provider during wildfly startup.
- depends on
-
JBVFS-224 Consider implementing FileSystemProvider for vfs
- Open