There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-dd61f13a-a20c-40a6-a962-c8c2b0d463db XWIKI-23253 Closed

Java StackOverflowError in code macro when choosing js language

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-fab66374-5e0e-437b-86fa-60852fd2dcd9 Patrick Koska on 17/Aug/26 17:56
 

I'm getting the exact same error on a scheduler job page. However, this seems to be only a display failure when viewing the job page. The job itself gets executed and runs successfully.

In my script there is some slashy regex with bare " and ' characters. From my research Pygments' Groovy lexer has no rule for slashy strings, so those quotes open string states that never close.