[ 
https://issues.apache.org/jira/browse/FLUME-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455545#comment-13455545
 ] 

Hudson commented on FLUME-1575:
-------------------------------

Integrated in flume-trunk #303 (See 
[https://builds.apache.org/job/flume-trunk/303/])
    FLUME-1575. FileChannel Encryption should disallow a null key. (Revision 
0e0e6346d77d6d55b29c2a87c35aaa7f4779f73f)

     Result = SUCCESS
mpercy : 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=0e0e6346d77d6d55b29c2a87c35aaa7f4779f73f
Files : 
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/encryption/KeyProvider.java
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/encryption/CipherProvider.java
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/FileChannel.java
* 
flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/encryption/JCEFileKeyProvider.java

                
> FIleChannel Encryption should disallow a null key
> -------------------------------------------------
>
>                 Key: FLUME-1575
>                 URL: https://issues.apache.org/jira/browse/FLUME-1575
>             Project: Flume
>          Issue Type: Improvement
>          Components: Channel
>    Affects Versions: v1.3.0
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>            Priority: Minor
>             Fix For: v1.3.0
>
>
> Currently if the KeyProvider returns null we continue on and try and get a 
> cipher for that null key which throws an error. We should throw an exception 
> if the keyProvider returns null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to