How does sling interpret an internalRedirect that has two values?
Hi,
In Multidomain CQ mappings and Apache configuration, there's an internalRedirect defined that has two values:
geometrixx.com: {
sling:internalRedirect: ["/content/geometrixx/en"],
jcr:primaryType: "sling:Mapping",
redirect: {
sling:internalRedirect: ["/content/geometrixx/en/$1","/$1"],
jcr:primaryType: "sling:Mapping",
sling:match: "(.+)$"
}
}
How does Sling interpret such multi-value internal redirects?
Thanks in advance.