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

Error 501 Method ET is not defined in RFC 2068 and is not supported by the Servlet API #33

Open
gwynethsc opened this issue Jun 12, 2020 · 5 comments

Comments

@gwynethsc
Copy link
Owner

gwynethsc commented Jun 12, 2020

Encountered intermittently when sending GET requests to /data and /login servlets during comment deletion

@gwynethsc
Copy link
Owner Author

First encountered at commit 986dc5f "Add functionality to permanently delete individual comments"

@gwynethsc
Copy link
Owner Author

Not yet encountered on the deployed live site

@gwynethsc
Copy link
Owner Author

Does not occur when comment fetching is divorced from deletion --- i.e., removed from .then() statement and given its own button. However, simply delaying the fetch call with setTimeout() for up to 3 seconds did NOT eliminate the error

@gwynethsc
Copy link
Owner Author

Hypothesized to have the same root cause as error "405 - JSPs only permit GET POST or HEAD"

currently working around by not using JSP

@gwynethsc
Copy link
Owner Author

Suggestion from wdtseng@
Implement a retry with backoff, since the error is intermittent

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

No branches or pull requests

1 participant