-
Hiroshi Nakamura authored
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 https://github.com/rails/rails/commit/ab38aa45497a38bc4a97f5eca430d43989f0b124
Hiroshi Nakamura authoredThere 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 https://github.com/rails/rails/commit/ab38aa45497a38bc4a97f5eca430d43989f0b124
Loading