because of CLEREZZA-363 render call inside an ssp doesn't work properly anymore.
--------------------------------------------------------------------------------
Key: CLEREZZA-368
URL: https://issues.apache.org/jira/browse/CLEREZZA-368
Project: Clerezza
Issue Type: Bug
Reporter: Tsuyoshi Ito
Assignee: Reto Bachmann-Gmür
Priority: Blocker
Attachments: render-include.zip
I have created a bundle which can be installed. it contains a jaxrs resource
(path = /render-include) and 2 ssps. the first ssp (test.ssp) calls the second
ssp (include.ssp)
go to http://localhost:8080/render-include and have a look at the felix
console. the render in the test.ssp returns a list containing the output of the
include.ssp (an xml elem)
Output should be
List(<div>hello</div>)
but instead the following is returned:
List(<div>hello</div>,)
=> a list with 2 elements. the second element is empty.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.