Does CQ provide a way to change or strip the suffix from the current URL but preserve the query params?
Hi,
I am looking for a way to transform the current request URL into one with a different suffix and preserve everything else.
Does CQ (or Sling) has an API for doing this? Or do I have to do it manually, maybe with some help from slingRequest.getRequestPathInfo()?
Thanks,
Behrang