You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not valid, because it doesn't contain any patch entries, and Firefox was unable to parse it. (There are probably other ways the xml can be invalid as well, this is just one example.)
In cases like this we should probably throw a 500, and ensure that an Exception ends up in Sentry for visibility.
@bytesized - cc'ing you for visibility, and also in case you are aware of any existing schemas or validation code we have for these responses.
The text was updated successfully, but these errors were encountered:
In https://bugzilla.mozilla.org/show_bug.cgi?id=1893487 we had an issue that resulted in us serving update xml such as:
This is not valid, because it doesn't contain any
patch
entries, and Firefox was unable to parse it. (There are probably other ways the xml can be invalid as well, this is just one example.)In cases like this we should probably throw a 500, and ensure that an Exception ends up in Sentry for visibility.
@bytesized - cc'ing you for visibility, and also in case you are aware of any existing schemas or validation code we have for these responses.
The text was updated successfully, but these errors were encountered: