Sling Mapping will work even if Rewriting is disabled in Transformer which is why ur short url is working when u hit in browser, but updating content full urls to short urls will not work in html source. For other project its working, reason might be they have a custom rewriter written in other proj...
Yes Link Checker Transformer is needed to shorten your full pathfield links in html dom. But when you hit a short url urself it will work from domain by sling mapping.
Hi,You can create a OSGI Config and include in ur codebase./apps/my-project/config/org.apache.sling.servlets.resolver.SlingServletResolver.xmlwith ur custom paths under servletresolver.paths
Hi,You can check in system console config, for Apache Sling Resource Resolver Factory. Edit that config and see if Mapping Location is set to /etc/map or something else. If its not, point to /etc/map, then after few seconds it should work.
Add "sort": "title", to line 236 of SiteAdmin.js"baseParams": { "sort": "title", "start":0, "limit":gridCfgs[name].pageSize, "predicate":gridCfgs[name].storePredicate }