-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
featureNew feature or requestNew feature or request
Description
Our HTTP API constraints make it difficult to display alerts to the user without a fatal error. This commit needs to be reverted.
header.phpshould check the current session for stored alerts and display themerrorToUser()should should store an alert in the session rather than displaying HTMLUnityConfig.site.enable_error_to_usershould be removedbadRequest()andinternalServerError()should issue a redirect to clear POST data and display alerts, rather than dyingforbidden()andredirect()should display HTML instead of callingerrorToUser(), and still dieUnityHTTPD::alertshould be removed
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request