Re: Resource resolver - mapping entry

2019-04-15 Thread Roy Teeuwen
Hey, Never mind, I think it's already configurable on another location, not sure https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/8ee602cd722938a46f0b8f95aaa3dfbda923f98e/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java#L1198

Re: Resource resolver - mapping entry

2019-04-15 Thread Roy Teeuwen
Not only talking about that line by the way, also the following: https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/34f301b18227cbca24a8f5e636c405fc844077da/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntry.java#L212 > On 15 Apr 2019, at 15:40, Roy Teeuwen

Resource resolver - mapping entry

2019-04-15 Thread Roy Teeuwen
Hey dev's, Currently the mapping entries for the resource resolver always cause a 302, I was wondering if there is anything against making this configurable to be either a 301 or a 302?