Skip to content

Commit

Permalink
Make JSON the default message format in PKIService
Browse files Browse the repository at this point in the history
  • Loading branch information
ckelleyRH committed Sep 2, 2021
1 parent 03fdf6b commit 2c2876a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,8 +59,8 @@ public class PKIService {
public static final int DEFAULT_LONG_CACHE_LIFETIME = 1000;

public static List<MediaType> MESSAGE_FORMATS = Arrays.asList(
MediaType.APPLICATION_XML_TYPE,
MediaType.APPLICATION_JSON_TYPE,
MediaType.APPLICATION_XML_TYPE,
MediaType.APPLICATION_FORM_URLENCODED_TYPE,
MediaType.APPLICATION_OCTET_STREAM_TYPE,
MediaType.valueOf("application/pkix-cert"),
Expand Down

0 comments on commit 2c2876a

Please sign in to comment.