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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Content-Type header values like application/json; charset=us-ascii have side effects during validation.
Both RequestValidator and ResponseValidator use the Content-Type header value when validating the schema body. However, both classes use the raw value. Thus they do not take into account RFC 822's part about further information being provided in this header (for example charset).
The text was updated successfully, but these errors were encountered:
Content-Type
header values likeapplication/json; charset=us-ascii
have side effects during validation.Both
RequestValidator
andResponseValidator
use theContent-Type
header value when validating the schema body. However, both classes use the raw value. Thus they do not take into account RFC 822's part about further information being provided in this header (for examplecharset
).The text was updated successfully, but these errors were encountered: