PHORAX / formhandler

Fork of TYPO3 extension «Formhandler»
GNU General Public License v2.0
36 stars 54 forks source link

Make GenerallUtillity:doRedirect throw an exception for non existing pages #45

Open pulponair opened 5 years ago

pulponair commented 5 years ago

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.

7elix commented 3 years ago

Would you please send a pull request?