- Issue created by @Gábor Hojtsy
- Merge request !1100Issue #3436993: Ensure exceptions are shown if updating extensions and there... → (Open) created by Gábor Hojtsy
1. I have private files configured on an absolute path outside of the webroot (and even the project root).
2. This throws off SiteFilesExcluder, because it attempts to exclude public, private and asset files, but as part of that it also forces those to be under either the webroot (if relative paths) of the project root (if absolute paths).
See same core issue at 🐛 Package Manager throws exception when attempting to exclude private files when they are out of project root Active .
Since the files are attempted to be excluded anyway and they are at an entirely different place, they would be naturally excluded? So at this point, if something is outside of the area that is used for creating the stage, it should be just ignored I think? Wold that be "outside of the project root"?
Active
3.1
Code