Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Xray DC 8.4.3
-
None
-
None
-
DC
Description
Some reports are facing timeout errors in the latest version.
On the logs, we can see:
/secure/XrayReport!default.jspa [velocity] Max recursion depth reached (10) File stack: > com.xpandit.plugins.xray:xray-actions//templates/reports/view.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm > /templates/reports/onboarding-popup.vm
In code base of branch 8.4.2 we can see that new velocity file has been added core/src/main/resources/templates/reports/onboarding-popup.vm which is getting called from core/src/main/resources/templates/reports/view.vm
In the 1st line of velocity file onboarding-popup.vm we can see it is been parsing itself which results in recursion.
Attachments
Issue Links
- duplicates
-
XDC-263 Loading...