NPE if the scripted component hasn't sling:scripts node created
---------------------------------------------------------------
Key: SLING-15
URL: https://issues.apache.org/jira/browse/SLING-15
Project: Sling
Issue Type: Bug
Components: Scripting
Reporter: Edgar Poce
Priority: Minor
if the ScriptedComponent node hasn't the child node "sling:scripts" the request
for nodes that refer to that scripted component can't be resolved, it throws
NPE at ScriptedComponent: 148 because the variable scripts is not initialized.
proposed fix: add "mandatory" and "autocreated" to sling:ScriptedComponent
Nodetype definition.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.