When springMVC+shiro, uses a filter to deal with xss, the information of request is lost, so what should I do if I can't get into controller,?

clipboard.png

clipboard.png

clipboard.png

controller

 @RequiresPermissions("system:role:c")
    @RequestMapping(method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE)
    @ResponseBody
    public ResponseEntity<?> create(@RequestBody RoleRequest roleRequest) {
        Role role = roleRequest.toModel();
 
        return new ResponseEntity(role, HttpStatus.CREATED);
    }
Mar.25,2021

transition problems when converting parameters in the wrapper class

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32af9-2be60.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32af9-2be60.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?