*** The wcm.io Project is closing down this JIRA Instance in favor of GitHub issues. *** Please use the corresponding GitHub projects to report issues - or the mailing list for general discussion.

Issues

Select view

Select search mode

 

Ability to internalize URLs

Description

I have the use-case to be able to internalize URLs again on the author side. I had hoped that there would be a feature for this in URLHandler, seeing as the OOTB AEM externalizer also doesn't support this without having the /etc/maps available on author side (which is not what we want).

Is this already possible, and if not, would it be hard to achieve this?

Details

Assignee

Reporter

Components

Priority

Created December 24, 2020 at 9:56 AM
Updated January 4, 2021 at 6:10 PM

Activity

Show:

Stefan SeifertJanuary 4, 2021 at 6:10 PM

no, the url handler currently does not support this.
the url handler also relies on the /etc/maps configuration for sling mapping-based url rewriting.

you could use ResourceResolver.resolve for this use case to get the matching resource, but this also requires the fitting /etc/maps configuration in place.