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

    https://github.com/apache/usergrid/pull/518#discussion_r62610691
  
    --- Diff: 
stack/rest/src/main/java/org/apache/usergrid/rest/security/SecuredResourceFilterFactory.java
 ---
    @@ -449,6 +450,12 @@ public void authorize( ContainerRequestContext request 
) {
                     String path = 
request.getUriInfo().getPath().toLowerCase().replace(applicationName, "");
                     String perm =  getPermissionFromPath( 
em.getApplicationRef().getUuid(), operation, path );
     
    +                if ( "/users/me".equals( path ) ) {
    --- End diff --
    
    Dave -- think you should allow automatic access to /users/me only for GET


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to