-
Notifications
You must be signed in to change notification settings - Fork 484
Labels
Description
Currently at following locations, the PHP process exits (from PR #2997). The requestor will never get the feedback why the request failed.
The error should either be handled (ignoring the license in this instance) or at least an error should be returned explaining why the request failed.
exit
statements:
exit; fossology/src/spdx/agent/spdx.php
Line 388 in 499508e
exit;