Last active
November 4, 2024 15:04
-
-
Save mickleroy/c8038fddb8d8bda5d87df2c6ba339200 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