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

wfe: Handle empty JSON to /acme/acct like POST-as-GET #7844

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jprenken
Copy link
Contributor

ACME clients can make an empty request to /acme/acct for their reg object. wfe.Account handled a truly empty request correctly, but misrouted empty JSON objects to updateAccount. This only happened to work because UpdateRegistration takes an entire Registration and returns it even if unchanged.

This preserves ACMEv1 backwards compatibility when the updateAccount flow is simplified.

ACME clients can make an empty request to /acme/acct for their reg object. wfe.Account handles a truly empty request correctly, but has routed empty JSON objects to updateAccount, even though an update is not appropriate. This only happened to work because UpdateRegistration's impl takes an entire Registration and returns it even if unchanged.

This preserves ACMEv1 backwards compatibility when UpdateRegistration is simplified.
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

Successfully merging this pull request may close these issues.

1 participant