
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Libs (FAPI, etc)
|
| Affects Version/s: |
3.0.2,
FarCry 4.0,
FarCry 5.0,
4.0.9,
4.0.10
|
| Fix Version/s: |
5.0.2
|
|
|
Time Tracking:
|
|
Original Estimate:
|
1 hour
|
|
|
Remaining Estimate:
|
1 hour
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
If content objects are persisted (by ColdSpring for example), getView() suffers thread safety issues because any variables in the webskin that are in the "variables" (default) scope are global to the entire content object and can be reassigned by other threads. (IE, not var'd).
This occurs because the main mechanism for applying the webskin is via a cflinclude.
|
|
Description
|
If content objects are persisted (by ColdSpring for example), getView() suffers thread safety issues because any variables in the webskin that are in the "variables" (default) scope are global to the entire content object and can be reassigned by other threads. (IE, not var'd).
This occurs because the main mechanism for applying the webskin is via a cflinclude. |
Show » |
|
Mat can you confirm the agreed way forward here and close out the ticket if appropriate.