What could be causing this, and how can I correct it? The pom.xml includes the line "<uriEncoding>utf-8</uriEncoding>".
"<uriEncoding>utf-8</uriEncoding>"
I fixed the problem by adding charset="UTF-8" to the response's content type.