Gadget rendering hangs for simple gadget with no <Requires> (works with 1+ 
<Requires>)
--------------------------------------------------------------------------------------

                 Key: SHINDIG-86
                 URL: https://issues.apache.org/jira/browse/SHINDIG-86
             Project: Shindig
          Issue Type: Bug
          Components: Gadgets Server - Java
            Reporter: Bruno Bowden
            Assignee: Bruno Bowden
            Priority: Critical


Rendering of a simple gadget with gadget/ifr fails if there are no <Require> 
elements in <ModulePrefs>. The code appears to hangs in one of the dependency 
threads.

FAILS:
<?xml version="1.0" encoding="UTF-8"?>
<Module>"
  <ModulePrefs title="TITLE"/>
  <Content type="html"/>
</Module>

WORKS:
<?xml version="1.0" encoding="UTF-8"?>
<Module>"
  <ModulePrefs title="TITLE">
    <Requires feature="dynamic-height"/>
  <ModulePrefs>
  <Content type="html"/>
</Module>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to