[
https://issues.apache.org/jira/browse/SLING-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger closed SLING-816.
-----------------------------------
Resolution: Fixed
Rewrote the MIME type resolution to use the MimeTypeService directly.
This allows the WebDAV service to be provided without the Sling Request
Processing stack to be available. This is mostly interesting in situations,
where only the Repository bundles are deployed.
Fixed in Rev. 732658.
> Use MimeTypeService for Simple WebDAV
> -------------------------------------
>
> Key: SLING-816
> URL: https://issues.apache.org/jira/browse/SLING-816
> Project: Sling
> Issue Type: Bug
> Components: JCR
> Affects Versions: JCR Webdav 2.0.4
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: JCR Webdav 2.0.4
>
>
> Currently the jcr/webdav module has runtime dependency to the
> SlingMainServlet in that it requires the ServletContext service to be
> registered. This is only used to support MIME type resolution for uploaded
> files.
> To remove this runtime dependency, the jcr/webdav module should instead
> access the MimeTypeService directly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.