We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c732f2e commit ce52ad7Copy full SHA for ce52ad7
core/src/main/java/dev/vml/es/acm/core/repo/RepoResource.java
@@ -599,7 +599,6 @@ private void setFileContent(
599
InputStream data,
600
Consumer<OutputStream> dataWriter) {
601
contentValues.put(JcrConstants.JCR_PRIMARYTYPE, JcrConstants.NT_RESOURCE);
602
- contentValues.put(JcrConstants.JCR_ENCODING, "utf-8");
603
contentValues.putAll(props);
604
605
if (dataWriter != null) {
0 commit comments