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 5a1e502 commit 30d5f1eCopy full SHA for 30d5f1e
spring-ws-core/src/main/java/org/springframework/ws/transport/http/HttpComponents5Connection.java
@@ -121,6 +121,7 @@ protected OutputStream getRequestOutputStream() throws IOException {
121
}
122
123
@Override
124
+ @SuppressWarnings("deprecation")
125
protected void onSendAfterWrite(WebServiceMessage message) throws IOException {
126
127
String contentType = httpPost.getFirstHeader(HttpHeaders.CONTENT_TYPE).getValue();
0 commit comments