-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.1.0 Beta 1, 7.1.X, Master
-
Component/s: Forms
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
Steps to Reproduce:
- Go to Liferay > Content > Forms;
- Click on New Form and fill required fields;
- Save Form;
- Edit the Form just created;
- Go to Settings, fill the "Redirect URL on Success" field with a valid URL and click on Done button;
- Save Form.
Expected Results:
Form should validate if Redirect URL is allowed or not according the properties redirect.url.domains.allowed (if security mode is domain) and redirect.url.ips.allowed (if security mode is ip).
Actual Results:
Form doesn't verify the allowed URLs on update. So, after publishing the Form, the User is not redirected to the chosen URL after submitting it.
- depends on
-
LPS-79977 Bad request status code on publish Form action
- Closed