Apply LogFormatUtils in more places
This commit is contained in:
@@ -578,8 +578,8 @@ public class UrlPathHelper {
|
||||
return UriUtils.decode(source, enc);
|
||||
}
|
||||
catch (UnsupportedCharsetException ex) {
|
||||
if (logger.isWarnEnabled()) {
|
||||
logger.warn("Could not decode request string [" + source + "] with encoding '" + enc +
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Could not decode request string [" + source + "] with encoding '" + enc +
|
||||
"': falling back to platform default encoding; exception message: " + ex.getMessage());
|
||||
}
|
||||
return URLDecoder.decode(source);
|
||||
|
||||
Reference in New Issue
Block a user