hello,I solved by adding the mapping -sling:match
etc[.]clientlibs/(.+)sling:internalRedirect /etc.clientlibs/$1so that it
matches only one character - '.' after /etcNow both /etc/clientlibs and
/etc.clientlibs requests return a response This above solution is
working for me in lower environments.In prod we have multiple domains,
can you please let me know if there is a way we could add it as a single
regex and gets picked up for all domains?thank you.