Setting up URL encoding.
This commit is contained in:
parent
5a0e454a2e
commit
6c19b1e0b9
2 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@ public class OnLineScannerFilter extends HttpServlet
|
|||
try
|
||||
{
|
||||
request.setCharacterEncoding("UTF8");
|
||||
response.setCharacterEncoding("UTF8");
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
|
|
|
@ -68,6 +68,7 @@ public class RemoteScannerFilter extends GenericServlet
|
|||
try
|
||||
{
|
||||
req.setCharacterEncoding("UTF8");
|
||||
res.setCharacterEncoding("UTF8");
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue