Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: 1.1-rc-3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This code fails with StackOverflow:
def builder = new groovy.xml.MarkupBuilder(stringWriter)
def rss = builder.rss(version:'2.0'){
channel{
title 'Titel'
description 'DESCR'
link 'MyURL' //or 'link' 'MyURL'
}
}
If i rename link to somewhat else, it works.
I can't reproduce this issue, as it works well here with 1.1-RC-2.
I think you may have some function or class somewhere called link which gets in the way and trigger this error.
In case my diagnostic is wrong, please re-open the issue.