philipsorst / angular-rest-springsecurity

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Apache License 2.0
620 stars 367 forks source link

Incorrect populating of roles in UserTransfer #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

I believe line 58 in UserResource should be

roles.put(authority.getAuthority(), Boolean.TRUE);