-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12803/
-----------------------------------------------------------
Review request for Flume.
Bugs: FLUME-2109
https://issues.apache.org/jira/browse/FLUME-2109
Repository: flume-git
Description
-------
Fix for Flume-2109, to support HTTPS.
Incorporates Review comments from Alex
Implementation refined to be as close to Avro Source, like SSL port is not to
be defined, the port value shall be used
Documentation updated to reflect the changes
Diffs
-----
flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSource.java
c90f067
flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSourceConfigurationConstants.java
f547e0f
flume-ng-core/src/test/java/org/apache/flume/source/http/TestHTTPSource.java
8952db3
flume-ng-doc/sphinx/FlumeUserGuide.rst 63cad21
Diff: https://reviews.apache.org/r/12803/diff/
Testing
-------
Unit Test case written to test SSL functionality
Thanks,
Ashish Paliwal