Bjoern Weide created SLING-11767:
------------------------------------
Summary: Disabled XML renderer is still used when configured in
extension alias
Key: SLING-11767
URL: https://issues.apache.org/jira/browse/SLING-11767
Project: Sling
Issue Type: Bug
Components: Servlets
Affects Versions: Servlets Get 2.1.44
Reporter: Bjoern Weide
When configuring an extension alias ("aliases") in the Sling Get servlet as
{code:java}
xml:pdf {code}
that maps the pdf extension to the xml extension the content is rendered using
the XML renderer, even when the XML renderer is disabled (via "enable.xml" =
false).
This can be reproduced via Sling 12 starter using
{code:java}
curl http://admin:admin@localhost:8080/content/starter.pdf{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)