mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4711 Disables searching stack by default
This commit is contained in:
@@ -49,7 +49,7 @@ public class TextProviderHelper {
|
||||
* @return the message if found, otherwise the defaultMessage
|
||||
*/
|
||||
public static String getText(String key, String defaultMessage, List<Object> args, ValueStack stack) {
|
||||
return getText(key, defaultMessage, args, stack, true);
|
||||
return getText(key, defaultMessage, args, stack, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user