You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
pulponair
changed the title
Make GenerallUtillity:doRedirce trow an exception for non existing pages
Make GenerallUtillity:doRedirect throw an exception for non existing pages
May 14, 2019
Scenario:
DoRedirect is called with non existing pid
Result:
Empty content is shown due to:
https://github.com/PHORAX/formhandler/blob/master/Classes/Utility/GeneralUtility.php#L323
Solution:
Check output of:
https://github.com/PHORAX/formhandler/blob/master/Classes/Utility/GeneralUtility.php#L316 and throw an exception or show an error Message if $url ist empty.
The text was updated successfully, but these errors were encountered: