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

ASF GitHub Bot commented on GEODE-1993:
---------------------------------------

Github user kjduling commented on a diff in the pull request:

    https://github.com/apache/incubator-geode/pull/276#discussion_r86900866
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/security/PostProcessor.java ---
    @@ -44,6 +47,9 @@ default void init(Properties securityProps) {}
        */
       Object processRegionValue(Object principal, String regionName, Object 
key, Object value);
     
    +  Collection<Object> processQueryResult(Object principal, Query query, 
Collection<String> regions,
    --- End diff --
    
    removed


> value returned through /region/key rest service needs to be post processed
> --------------------------------------------------------------------------
>
>                 Key: GEODE-1993
>                 URL: https://issues.apache.org/jira/browse/GEODE-1993
>             Project: Geode
>          Issue Type: New Feature
>          Components: management
>            Reporter: Jinmei Liao
>            Assignee: Kevin Duling
>             Fix For: 1.1.0-incubating
>
>
> The new rest security did not use post processor before returning the value 
> back to the client.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to