Hi Team,Can somebody send me the code or api , if I will pass current
page url (which contains alias name) then it will return the exact
content path. Means I want read the current page jcr:content properties
but its returning null because in currentpage is mixed with
sling:alias.Example:Without alias:
http://localhost:4502/content/aaabbccc/test.htmlWith alias:
http://localhost:4502/content/abc/test.htmlMy code:String
currentPage=slingHttpServletRequest.getPathInfo();if
(currentPage.contains(".h...