From 5dc37d4fb29bf999476e3f6c22a5d1b30c2e1d0a Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 06 May 2020 01:35:43 +0000 Subject: [PATCH] Update README to match forked repo URLs, remove outdated text --- 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