[
https://issues.apache.org/jira/browse/HBASE-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398649#comment-13398649
]
ramkrishna.s.vasudevan commented on HBASE-6253:
-----------------------------------------------
@Ted
{code}
if (!MetaReader.tableExists(master.getCatalogTracker(),
ACL_TABLE_NAME_STR)) {
master.createTable(ACL_TABLEDESC, null);
}
{code}
The acl creation goes thro' master.createTable. So it should be ok.
> isLegalTableName API should check for the _acl_ table name
> ----------------------------------------------------------
>
> Key: HBASE-6253
> URL: https://issues.apache.org/jira/browse/HBASE-6253
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.0
> Reporter: Gopinathan A
> Fix For: 0.94.1
>
> Attachments: HBASE-6253.patch
>
>
> Currently HTableDescriptor.isLegalTableName API doesn't check for the _acl_
> table name, due to this user can able to disable/enable/drop/create the acl
> table.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira