Project

General

Profile

« Previous | Next » 

Revision 59932

[Trunk | Authorization Library]:
1. AuthorizationService.java: [Bug fix] In method "curator()", "CURATOR" is a prefix, not suffix in role.
2. AuthorizationConfiguration.java: Comment "@PropertySources" as this is a library project and properties are set by parent project.

View differences:

AuthorizationService.java
30 30
     *
31 31
     * */
32 32
    public String curator(String type) {
33
        return mapType(type).toUpperCase() + "_CURATOR";
33
        return "CURATOR_"+mapType(type).toUpperCase();
34 34
    }
35 35

  
36 36
    /**

Also available in: Unified diff