0

What could be causing this, and how can I correct it? The pom.xml includes the line "<uriEncoding>utf-8</uriEncoding>".

Sophie
  • 461
  • 1
  • 4
  • 12

1 Answers1

0

I fixed the problem by adding charset="UTF-8" to the response's content type.

Sophie
  • 461
  • 1
  • 4
  • 12