You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I get an non UTF-8 encoded stream/response (with Apache Tomcat 8.0). I have to explicitly call response.setCharacterEncoding("UTF-8") in my Controller Action before returning rx.stream.
In my case Apache uses his default encoding of ISO8859-1.