Carsten Ziegeler created SLING-2505:
---------------------------------------
Summary: Try to load jsp class only if available for dependency
check
Key: SLING-2505
URL: https://issues.apache.org/jira/browse/SLING-2505
Project: Sling
Issue Type: Bug
Components: Scripting
Affects Versions: Scripting JSP 2.0.22
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: Scripting JSP 2.0.24
The dependency check for a jsp tries to load the jsp class even if the compiled
class file is not available. This might result in unnecessary class loader
creations which are destroyed later on.
In addition, once a servlet is compiled and loaded, the dependencies can be
directly updated without requiring to reload this class through a different
class loader.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira