katharsis-project / katharsis-framework

Katharsis adds powerful layer for RESTful endpoints providing implementenation of JSON:API standard
http://katharsis.io
Apache License 2.0
135 stars 65 forks source link

Set UTF-8 charset in Scanner object in KatharsisFilter #457

Open dennisvdm opened 6 years ago

dennisvdm commented 6 years ago

When the Scanner object is created, it should not use the system's charset, but use a specified charset, UTF-8. See KatharsisInvoker.java, where it's already done like that.