From 81174483de4bebc6e82f5d2cd5611762eef3ac51 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 08:52:24 +0000 Subject: [PATCH] Update to Keycloak 12.0.3 --- src/test/java/org/keycloak/protocol/cas/ContentTypeHelperTest.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/test/java/org/keycloak/protocol/cas/ContentTypeHelperTest.java b/src/test/java/org/keycloak/protocol/cas/ContentTypeHelperTest.java index c08ab47..11b7b4f 100644 --- a/src/test/java/org/keycloak/protocol/cas/ContentTypeHelperTest.java +++ b/src/test/java/org/keycloak/protocol/cas/ContentTypeHelperTest.java @@ -29,6 +29,7 @@ assertEquals(MediaType.APPLICATION_XML_TYPE, get("http://example.com/?format=xml", MediaType.APPLICATION_JSON).selectResponseType()); assertEquals(MediaType.APPLICATION_XML_TYPE, get("http://example.com/", MediaType.TEXT_PLAIN).selectResponseType()); + assertEquals(MediaType.APPLICATION_XML_TYPE, get("http://example.com/", "text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2").selectResponseType()); } private ContentTypeHelper get(String uri, String acceptHeader) throws Exception { -- Gitblit v1.9.1