shortened revocation endpoint url

pull/263/head
Justin Richer 2012-12-07 17:16:03 -05:00
parent fbc3c46128
commit e38b2b0ba5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class RevocationEndpoint {
// TODO
@PreAuthorize("hasRole('ROLE_ADMIN') or hasRole('ROLE_CLIENT')")
@RequestMapping("/oauth/revoke")
@RequestMapping("/revoke")
public ModelAndView revoke(@RequestParam("token") String tokenValue, Principal principal,
ModelAndView modelAndView) {