Skip to content
Snippets Groups Projects
Commit 8408c982 authored by gnaegi's avatar gnaegi
Browse files

OO-4570 add character set to content type for proper http transmition

parent 47769f4e
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public class PostDataMapper implements Mapper {
String postData = BasicLTIUtil.postLaunchHTML(props, launchUrl, debug);
StringMediaResource mediares = new StringMediaResource();
mediares.setData(postData);
mediares.setContentType("text/html");
mediares.setContentType("text/html;charset=utf-8");
mediares.setEncoding("UTF-8");
return mediares;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment