File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/splunk/logging Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class HttpEventCollectorSender extends TimerTask implements HttpEventColl
4242 private static final String AuthorizationHeaderScheme = "Splunk %s" ;
4343 private static final String HttpEventCollectorUriPath = "/services/collector/event/1.0" ;
4444 private static final String HttpRawCollectorUriPath = "/services/collector/raw" ;
45- private static final String JsonHttpContentType = "application/json; profile=urn:splunk:event:1.0; charset=utf-8" ;
45+ private static final String JsonHttpContentType = "application/json; profile=\" urn:splunk:event:1.0\" ; charset=utf-8" ;
4646 private static final String PlainTextHttpContentType = "plain/text; charset=utf-8" ;
4747 private static final String SendModeSequential = "sequential" ;
4848 private static final String SendModeSParallel = "parallel" ;
You can’t perform that action at this time.
0 commit comments