Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/main/java/com/bettercloud/vault/rest/Rest.java
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ private RestResponse postOrPutImpl(final boolean doPost) throws RestException {
}

connection.setDoOutput(true);
connection.setRequestProperty("Accept-Charset", "UTF-8");

// If a body payload has been provided, then it takes precedence. Otherwise, look for any additional
// parameters to send as form field values. Parameters sent via the base URL query string are left
Expand Down