Skip to content

Commit

Permalink
Solve context encoding in dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
euskalhenriko committed Feb 5, 2024
1 parent a158613 commit 36c2168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void exportData(@PathVariable String export, @RequestHeader(name = "Autho
if (s == null) {
throw new KlabIllegalStateException("observe in context: invalid session ID");
}

response.setCharacterEncoding("UTF-8");
boolean done = false;
IObservation obs = s.getObservation(observation);

Expand Down

0 comments on commit 36c2168

Please sign in to comment.