Hi Team -We have 200+ sub-sites along with the main site in our AEM
platform. We are yet to go to production. To strip the content path we
are depending on the configurations in JcrResourceResolverFactoryImpl,
and adding the path that needs to be stripped under the property config
"URL Mappings" (resource.resolver.mapping) as /content/mysite/en/:/,
/content/sub-site/home/:/, /content/sub-site02/home/:/.....so on till
200 (so far tried with few not added 200 yet). And at the dispatcher
level we a...