Fixed ISSUE-51321: Added CSRF Token check to BaseActionHandler
Overview
This changeset adds CSRF token check in BaseActionHandler class, so POST requests like change profile now requires to have the csrfToken as part of the request body.
Related MRs
- https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/658
- https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1373
Testing
- Try: https://builds.openbravo.com/job/try-init/3255/console
- Try-retail: https://builds.openbravo.com/job/try-ret-init/10712/artifact/retail.html (this has one false positive and the checks task that is also present in try-backoffice and were later fixed)
- Try-POS2: https://builds.openbravo.com/job/try-pos2-init/5328/console
Edited by Javier Armendáriz