Hi:
   is it possible to use the shiro annotation with path variables? Something
like 

@DeleteMapping(path = "/{id}")
@ResponseStatus(value = HttpStatus.NO_CONTENT)
@RequiresPermissions("troopers:{id}:delete:")
public void deleteTrooper(@PathVariable("id") String id)



--
Sent from: http://shiro-user.582556.n2.nabble.com/

Reply via email to