Actions
Bug #13426
closedPOST/PUT/DELETE API requests gives 403
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Since we updated spring security in 5.0.0~beta1 we can not use POST/PUT/DELETE api (GET are ok) because spring security thinks those methods are not allowed.
We need to update its configuration to allow access to those methods
Actions