Make it possible to deploy shale-remoting in a shared classloader, but activate
only on demand
----------------------------------------------------------------------------------------------
Key: SHALE-436
URL: https://issues.apache.org/struts/browse/SHALE-436
Project: Shale
Issue Type: Improvement
Components: Remoting
Affects Versions: 1.1.0-SNAPSHOT
Reporter: Craig McClanahan
Fix For: 1.1.0-SNAPSHOT
In some scenarios, it is desirable to deploy shale-remoting in a parent
classloader provided by the servlet container, so that it does not need to be
included individually in every webapp. However, in this scenario, the
automatic configuration and behaviors provided can be problematic ...
therefore, the behaviors should be defaulted to ON if the library is loaded
from WEB-INF/lib, and defaulted to OFF if the library is loaded from a parent
classloader. In addition, provide a context init parameter to unconditionally
select the desired behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.