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
There is a client that does not insert space before Mime Type parameter.
Ex. Salesforce OData client sends
`application/json;odata.metadata=full`. This commit allows Mime Type
string that does not have space before parameter.
The regex was introduced by
rails@ab38aa4
0 commit comments