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

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

Commit f886b63594e3cafc2757d272a8c6f597b8948ff2 in geode's branch 
refs/heads/feature/GEODE-5074 from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f886b63 ]

GEODE-5074 REST dev client should not access or modify internal regions

The Developer REST API was accessing a raw cache for all operations.
I've switched it to use a filtered InternalCacheForClientAccess cache
instead for most operations.  It needed to have the unfiltered cache in
order to find the __ParameterizedQueries__ region for accessing saved
queries.


> REST dev client should not access or modify internal regions
> ------------------------------------------------------------
>
>                 Key: GEODE-5074
>                 URL: https://issues.apache.org/jira/browse/GEODE-5074
>             Project: Geode
>          Issue Type: Sub-task
>          Components: rest (dev)
>            Reporter: Darrel Schneider
>            Assignee: Bruce Schuchardt
>            Priority: Major
>
> When a request is processed fromĀ a REST dev client that contains a region 
> name, then getApplicationRegion should be used instead of getRegion.



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

Reply via email to