[
https://issues.apache.org/jira/browse/SLING-8742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014187#comment-17014187
]
Robert Munteanu commented on SLING-8742:
----------------------------------------
[~bdelacretaz] - I think the problem here is that we have consumers tightly
coupled to some packages from the API bundle, and any update of those packages
will have a cascading effect.
> Allow overriding the extension when using the RequestDispatcher
> ---------------------------------------------------------------
>
> Key: SLING-8742
> URL: https://issues.apache.org/jira/browse/SLING-8742
> Project: Sling
> Issue Type: Improvement
> Components: API
> Reporter: Robert Munteanu
> Priority: Major
> Fix For: API 2.22.2
>
>
> It is sometimes useful to be able to include another resource and override
> the extension at the same time.
> My scenario is that I am routing all requests through an entry point
> {{/content/maven.html}} and then serving resources based on the suffix.
> If I a binary file is requested, it should be downloaded ( by forcing the
> extension to be null ), but instead the html extension is used, which means
> the HTML Renderer kicks in.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)