Skip to content

fix bug in adding headers#293

Open
Brekhin wants to merge 1 commit into
apache:trunkfrom
Brekhin:trunk
Open

fix bug in adding headers#293
Brekhin wants to merge 1 commit into
apache:trunkfrom
Brekhin:trunk

Conversation

@Brekhin

@Brekhin Brekhin commented Jul 31, 2019

Copy link
Copy Markdown

When I executed GET/POST request with headers and body from Postman I received an error:
2019-07-26 20:39:33,520 (qtp428933649-22) [WARN - org.apache.flume.source.http.HTTPSource$FlumeHTTPServlet.doPost(HTTPSource.java:244)] Deserializer threw unexpected exception. java.lang.IllegalArgumentException: Please specify parameter in the request. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88) at org.apache.flume.source.http.BLOBHandler.getEvents(BLOBHandler.java:78)
and headers from the request were not transmitted
My commit allows you to transfer all request headers and body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants