Details
-
Bug
-
Status: Verified
-
Resolution: Unresolved
-
7.0.5 CE GA6, 7.0.X, 7.1.X, 7.2.X, 7.3.X, Master
-
None
-
2
Description
Open user interface: Control Panel > System Settings > Foundation > FreeMarker Engine.
This interface has 2 variables, "Restricted classes" and "Restricted variables", that are list of values. There is no UI control to remove the first item in the list. Unlike item number 2 and higher, the only way to remove the first item is to make it empty usingĀ [Backspace] to delete its value. The side effect is that you end up with the value of "Restricted classes" as:
[, java.lang.ClassLoader, java.lang.Thread]
where the first value is empty instead of the more reasonable value of:
[java.lang.ClassLoader, java.lang.Thread]
The implementation of this UI is incomplete.