diff --git a/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java b/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java index c96d0e7b..f3c1a071 100644 --- a/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java +++ b/odata_api/src/main/java/com/sdl/odata/api/service/MediaType.java @@ -1,12 +1,12 @@ /** * Copyright (c) 2014-2025 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries. - * + *
* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + *
+ * http://www.apache.org/licenses/LICENSE-2.0 + *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -18,6 +18,7 @@
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
+import java.util.Objects;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@@ -25,6 +26,11 @@
* Media type.
*/
public final class MediaType {
+
+ /**
+ * MIME type used for encoding key-value pairs in HTTP requests.
+ */
+ public static final MediaType APPLICATION_URLENCODED = new MediaType("application", "x-www-form-urlencoded");
/**
* Media Type XML.
*/
@@ -98,7 +104,7 @@ public MediaType(String type, String subType, Map