Skip to content
Snippets Groups Projects
Commit 0dd6148f authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor: fix mimetype (planning#2251)

parent 894f1279
No related branches found
No related tags found
1 merge request!434planning#2251 : Send large submission data as attachment
......@@ -138,7 +138,7 @@ public final class SendableSubmission {
@Override
public OptionalPropertiesStep setXmlData(byte[] data, URI schemaUri) {
this.dataMimeType = MimeType.APPLICATION_JSON;
this.dataMimeType = MimeType.APPLICATION_XML;
this.schemaUri = schemaUri;
this.data = getValidatedData(data);
return this;
......
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