djscherrer opened a new pull request, #3116: URL: https://github.com/apache/jackrabbit-oak/pull/3116
**Feature toggle to warn by default** Adds `FT_OAK-11628` (`pathRestrictionWarnByDefault`), **off by default**, which raises the default `StrictPathRestriction` from `DISABLE` to `WARN` at runtime — so path-filter mismatch warnings can be switched on/off without a redeploy. No behavior change when off. **Lenient path filter check for WARN/ENABLE** `WARN` and `ENABLE` now use the same lenient check, ignoring `excludedPaths`, so they differ only in reaction (log vs. skip index). ⚠️ Intentional behavior change: under `ENABLE`, a query spanning an excluded subtree now uses the index instead of being rejected. No SPI/API change, no OSGi version bump. See [OAK-11628](https://issues.apache.org/jira/browse/OAK-11628). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
