|
Submitting a request using query params with a body that's still in the old command format fails silently for "configure expiration" commands. Without the query params the request above will succeed as you would expect. Commands that use query params and have only the command wire format included in their body also succeed as expected. Should we log a warning message when improperly formated commands have been submitted? Looks like the check here will bail out if the payload isn't in the format we expect. Maybe we could log a warning here when this happens. Or possibly enforce validation earlier on. |