Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Harry KleinHarry KleinPriority
MajorNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Harry Klein
Harry KleinPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 28 July 2016 at 08:54
Updated 7 November 2024 at 09:20
Resolved 3 August 2016 at 17:26
Multiple requests are running in the same millisecond.
Code:
226 <cfsavecontent variable="viewContent">
227 <cfinclude template="#viewPath#" />
228 </cfsavecontent>
Lucee error:
/home/wwwroot/contens/framework/eventcontext.cfc (227)
failed to load template /home/wwwroot/contens/ui/views/baseframe/section_content.cfm
java.util.ConcurrentModificationException
So I guess cfinclude and/or cfsavecotnent is not thread safe?