Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error handling in REGISTER command #45

Open
rtobar opened this issue Mar 22, 2021 · 0 comments
Open

Improve error handling in REGISTER command #45

rtobar opened this issue Mar 22, 2021 · 0 comments

Comments

@rtobar
Copy link
Contributor

rtobar commented Mar 22, 2021

As noted by @smclay, and years ago by myself, the REGISTER command doesn't always return a failure to the user when file registration files. In particular, some errors in the _registerExec function are simply logged and then reported via email, but not reported back to the client originating the request. _registerExec can be executed either during the original HTTP request, or in the background, and therefore it was probably originally thought that raising exceptions not always resulted in user-visible errors.

This situation should be improved, with users receiving errors when they happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant