[
https://issues.apache.org/jira/browse/HBASE-11117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13992586#comment-13992586
]
Hudson commented on HBASE-11117:
--------------------------------
FAILURE: Integrated in HBase-0.98 #302 (See
[https://builds.apache.org/job/HBase-0.98/302/])
HBASE-11117 [AccessController] checkAndPut/Delete hook should check only Read
permission. (Anoop) (anoopsamjohn: rev 1592941)
*
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
*
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestCellACLWithMultipleVersions.java
> [AccessController] checkAndPut/Delete hook should check only Read permission
> ----------------------------------------------------------------------------
>
> Key: HBASE-11117
> URL: https://issues.apache.org/jira/browse/HBASE-11117
> Project: HBase
> Issue Type: Bug
> Components: security
> Affects Versions: 0.98.0
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 0.99.0, 0.98.3
>
> Attachments: HBASE-11117.patch
>
>
> We check for Read and Write permissions in checkAndPut/Delete hooks. Here we
> check for the condition part alone and so can check for Read permission
> alone. Later prePut/Delete hook is getting called with Put/Delete mutation
> and in that we properly check for the Write permission
--
This message was sent by Atlassian JIRA
(v6.2#6252)