Project

General

Profile

Actions

Task #652

closed

Groovy sandbox default allowed types

Added by Ondřej Kopr over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Ondřej Kopr
Category:
Scripts
Target version:
-
Start date:
08/14/2017
Due date:
% Done:

0%

Estimated time:
Owner:

Description

Summary ticket for adding new allowed type to groovy script filter.

Actual default allowed types:

java.math.BigDecimal;
java.sql.Date;
java.util.ArrayList;
java.util.HashMap;
java.util.HashSet;
java.util.List;
java.util.Map;
java.util.Set;
java.util.UUID;
org.codehaus.groovy.runtime.GStringImpl;
org.joda.time.DateTime;
org.joda.time.LocalDateTime;
org.joda.time.format.DateTimeFormat;
org.joda.time.format.DateTimeFormatter;
org.slf4j.Logger;
org.slf4j.LoggerFactory;
eu.bcvsolutions.idm.core.security.api.domain.GuardedString;

If you want to add some default type add comment with class (full package) + some description why.

Actions

Also available in: Atom PDF