360836 Accept parameters with bad UTF-8. Use replacement character

This commit is contained in:
Greg Wilkins 2011-10-19 16:32:05 +11:00
parent c93e1c297f
commit 22f1d83f10
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ public class UrlEncoded extends MultiMap
catch(NotUtf8Exception e)
{
LOG.warn(e.toString());
LOG.debug(e);
}
}