Infinite recursion in Unbind
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
play framework | Status tracked in 1.0 | |||||
1.0 |
Fix Released
|
High
|
Nicolas Leroux | |||
1.1 |
Fix Committed
|
High
|
Nicolas Leroux |
Bug Description
The issue occurs in a custom tag when it tries to render a Tag cloud.
main page=
displayTagCloud=
#{if _listOfMap}
#{list items:_listOfMap, as:'tag'}
<a href="@
class="
(${tag.
#{/list}
#{/if}
(Note : this is similar to the Blog play sample application)
I tried to collect as much details as I could, hope it will help
The StackTrace :
play.exceptions
java.lang.
at play.templates.
at play.templates.
at play.mvc.
at play.mvc.
at play.mvc.
at controllers.
at play.utils.
at play.mvc.
at Invocation.HTTP Request(Play!)
Caused by: java.lang.
Java heap space
at play.templates.
at play.templates.
at play.templates.
at /app/views/
at play.templates.
... 7 more
Caused by: java.lang.
at java.util.
at java.lang.
at java.lang.
at java.lang.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
at play.data.
Changed in play: | |
milestone: | none → 1.0.2 |
Fixed in r979
Thanks Guillaumne for the quick fix
Nicolas