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 929fd4b commit 2574360Copy full SHA for 2574360
marklogic-client-api/src/main/java/com/marklogic/client/impl/OkHttpServices.java
@@ -3581,7 +3581,7 @@ public <R extends AbstractReadHandle> R postBulkDocuments(
3581
disposition = DISPOSITION_TYPE_ATTACHMENT + "; " +
3582
DISPOSITION_PARAM_FILENAME + "*=UTF-8''" + URLEncoder.encode(write.getUri(), "UTF-8") + contentDispositionTemporal;
3583
} catch (Exception ex) {
3584
- throw new IllegalArgumentException("Uri cannot be accepted");
+ throw new IllegalArgumentException("Uri cannot be encoded as UFT-8");
3585
}
3586
3587
asciiEncoder.reset();
0 commit comments