[
https://issues.apache.org/jira/browse/SLING-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600466#action_12600466
]
fmeschbe edited comment on SLING-472 at 5/28/08 6:14 AM:
------------------------------------------------------------------
Modified patch: Moved ClassLoaderResourceProvider up in the package hierarchy
and have the servlet ResourceProvider extend from the
ClassLoaderResourceProvider.
Else, your patch looks ok.
WDYT ?
was (Author: fmeschbe):
Modified patch: Moved ClassLoaderResourceProvider up in the package
hierarchy and have the servlet ResourceProvider extend from the
ClassLoaderResourceProvider.
WDYT ?
> Let ServletContextResourceProvider fall back to loading from the class path
> ---------------------------------------------------------------------------
>
> Key: SLING-472
> URL: https://issues.apache.org/jira/browse/SLING-472
> Project: Sling
> Issue Type: Improvement
> Components: Launchpad
> Affects Versions: 2.0.0
> Reporter: Niklas Gustavsson
> Attachments: SLING-472-fmeschbe.patch, SLING-472.patch
>
>
> Let ServletContextResourceProvider search on the class path if resources are
> not found from the servlet context. This allows the launcher/base JAR to be
> used directly within a WAR without exploding it, making it much easier to
> reuse. Specifically, it will find the sling.properties and friends to be
> found from the base JAR rather than the WAR.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.