Forked from mickleroy/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.xml
Created
November 4, 2024 15:03
-
-
Save dfparker2002/554b9c3558fa397ef29bf695509c39b2 to your computer and use it in GitHub Desktop.
JcrResourceResolverFactory configuration for We.Retail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | |
jcr:primaryType="sling:OsgiConfig" | |
resource.resolver.searchpath="[/apps,/libs,/apps/foundation/components/primary,/libs/foundation/components/primary]" | |
resource.resolver.manglenamespaces="{Boolean}true" | |
resource.resolver.allowDirect="{Boolean}true" | |
resource.resolver.required.providers="[org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory]" | |
resource.resolver.virtual="[/:/]" | |
resource.resolver.mapping="[/-/,/content/we-retail/us/en/-/]" | |
resource.resolver.map.location="/etc/map" | |
resource.resolver.default.vanity.redirect.status="302"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment