-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: script-security-plugin
-
script-security 1.61
The following is a sample of some of the methods that are safe to be whitelisted and are quite useful:
- StringReader.read
- StringWriter.append
- new PrintWriter(Writer) (useful for capturing stacktraces as strings)
- List.add
- reverse() on List
- new LinkedHashSet()