Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
8 stars 8 forks source link

Encoding faulty when posting to LDES #1288

Open razoreater opened 1 month ago

razoreater commented 1 month ago

When posting data with "special characters" the encoding fails We have several occurrences of special characters in our data, like ë. If we post them as UTF-8 encoded data the encoding breaks in the stream.

To Reproduce Steps to reproduce the behavior:

  1. Post the attached message on a test LDES server Fiche1 1.json
  2. Look at the data on the stream, encoding should be broken

Expected behavior

Special characters are displayed as they should

Screenshots

image

Additional context We also tried posting the data through the LDIO, but the issue remains.