We are currently using a ServiceResourceResolver which works fine, but noticed that the ThreadResourceResolver allows me to read from the JCR without issue - but I've not found documentation around its limits/permissions/etc, only that it's the last unclosed ResourceResolver created on the current thread.
- Is it always non-null and able to read from the JCR?
- What are the assumed permissions?
- Can it be used to write to the JCR?