Rationale
The core implements support for the caseFold configuration to allow case insensitive access to the folders and files, and the archives still not handling it.
API Proposal
handle the existing caseFold parameter in the Configuration
Additional context
Also, currently, if the caseFold: 'lower' is configured in core there is no way to access files or folders that are not named in lowercase using an Zip file system for instance, so the configuration is not compatible with archives
Rationale
The
coreimplements support for thecaseFoldconfiguration to allow case insensitive access to the folders and files, and thearchivesstill not handling it.API Proposal
handle the existing
caseFoldparameter in theConfigurationAdditional context
Also, currently, if the
caseFold: 'lower'is configured incorethere is no way to access files or folders that are not named inlowercaseusing an Zip file system for instance, so the configuration is not compatible witharchives