You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/04/20 18:11:01 UTC

[jira] [Commented] (GEODE-5078) InternalCache should have a getApplicationRegion method

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

ASF subversion and git services commented on GEODE-5078:
--------------------------------------------------------

Commit 4c2f9e85406cc8ce9b5da71f0231b9a4901f8e2c in geode's branch refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4c2f9e8 ]

GEODE-5078: provide API that does not allow access to internal regions (#1815)

The InternalCache interface now has a method named getCacheForProcessingClientRequests
that will return an InternalCache that throws a NotAuthorizedException if an attempt is made using
this cache to access or create an internal region.


> InternalCache should have a getApplicationRegion method
> -------------------------------------------------------
>
>                 Key: GEODE-5078
>                 URL: https://issues.apache.org/jira/browse/GEODE-5078
>             Project: Geode
>          Issue Type: Sub-task
>          Components: regions
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> To help servers not provide access to secret/internal regions to clients; InternalCache should have a method named getApplicationRegion which behaves just like getRegion except that if the given name finds a secret/internal region then it will throw an exception.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)