rwth-acis / las2peer

A Java-based decentralized framework for distributing community services in a peer-to-peer infrastructure.
https://las2peer.org
Other
52 stars 13 forks source link

[BUG] Umlaute in Request Body causes weird symbol #166

Closed Aran30 closed 1 year ago

Aran30 commented 1 year ago
  1. Summary - If the request body string contains any umlaute, these are turned into weird question mark symbols.
  2. Bug Details
    1. What? - Using the mini client to send a request with a stringified JSONObject as the object causes weird symbols to appear if the body contains umlaute.
    2. Where? - Do request with las2peer's Miniclient image