Skip to content

Commit

Permalink
Merge pull request #789 from lat-lon/brokenCharactersConsole-4167
Browse files Browse the repository at this point in the history
Fixed broken characters caused by the deegree console
  • Loading branch information
copierrj authored Oct 6, 2017
2 parents 5bd8e8a + c35b9d5 commit c7d4f9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void doFilter( ServletRequest request, ServletResponse response, FilterCh
request = new InputFileWrapper( httpRequest );
}
}
request.setCharacterEncoding( "UTF-8" );
chain.doFilter( request, response );
}

Expand Down

0 comments on commit c7d4f9d

Please sign in to comment.