mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 05:53:12 +07:00
#314: force file content in utf8
This commit is contained in:
@@ -608,7 +608,7 @@ public class FileResource extends BaseResource {
|
|||||||
if (size != null) {
|
if (size != null) {
|
||||||
if (size.equals("content")) {
|
if (size.equals("content")) {
|
||||||
return Response.ok(Strings.nullToEmpty(file.getContent()))
|
return Response.ok(Strings.nullToEmpty(file.getContent()))
|
||||||
.header(HttpHeaders.CONTENT_TYPE, "text/plain")
|
.header(HttpHeaders.CONTENT_TYPE, "text/plain; charset=utf-8")
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user