In the migration to Spring 2, this method lost its get mapping to the IDOR/profile url,breaking the javascript call to that address. (#720)
thanks!
This commit is contained in:
parent
c5ec2d40a1
commit
681a20a7c3
@ -36,7 +36,7 @@ public class IDORViewOwnProfile {
|
|||||||
@Autowired
|
@Autowired
|
||||||
UserSessionData userSessionData;
|
UserSessionData userSessionData;
|
||||||
|
|
||||||
@GetMapping(path = "IDOR/own", produces = {"application/json"})
|
@GetMapping(path = {"IDOR/own", "IDOR/profile"}, produces = {"application/json"})
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public Map<String, Object> invoke() {
|
public Map<String, Object> invoke() {
|
||||||
Map<String,Object> details = new HashMap<>();
|
Map<String,Object> details = new HashMap<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user