mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-3964 Defines DEFAULT_PARAM static field to reduce noise in the logs
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1507951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -65,6 +65,11 @@ public class JSONResult implements Result {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(JSONResult.class);
|
||||
|
||||
/**
|
||||
* This result type doesn't have a default param, null is ok to reduce noise in logs
|
||||
*/
|
||||
public static final String DEFAULT_PARAM = null;
|
||||
|
||||
private String encoding;
|
||||
private String defaultEncoding = "ISO-8859-1";
|
||||
private List<Pattern> includeProperties;
|
||||
|
||||
Reference in New Issue
Block a user