diff --git a/docs/documentation/tests/src/test/java/org/keycloak/documentation/test/utils/HttpUtils.java b/docs/documentation/tests/src/test/java/org/keycloak/documentation/test/utils/HttpUtils.java index 60813be6def..a603068d958 100644 --- a/docs/documentation/tests/src/test/java/org/keycloak/documentation/test/utils/HttpUtils.java +++ b/docs/documentation/tests/src/test/java/org/keycloak/documentation/test/utils/HttpUtils.java @@ -81,6 +81,7 @@ public class HttpUtils { // add common headers that are needed by some pages method.addHeader(HttpHeaders.ACCEPT_LANGUAGE, "en-US,en;q=0.9"); method.addHeader(HttpHeaders.ACCEPT, "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); + method.addHeader(HttpHeaders.USER_AGENT, "Java/" + System.getProperty("java.version") + " (https://www.keycloak.org; keycloak-dev@googlegroups.com)"); client.execute(method, responseHandler); } catch (Exception e) { response.setError("exception " + e.getMessage()); diff --git a/docs/documentation/tests/src/test/resources/ignored-links b/docs/documentation/tests/src/test/resources/ignored-links index b77d682d54a..bc2b9ad3a13 100644 --- a/docs/documentation/tests/src/test/resources/ignored-links +++ b/docs/documentation/tests/src/test/resources/ignored-links @@ -39,9 +39,5 @@ https://stackapps.com/apps/oauth/register # Failing because of broken certificate, can likely be restored later. https://docs.kantarainitiative.org* https://saml.xml.org* -# To be removed once KC 26.2 has been released -https://www.keycloak.org/server/caching#_securing_transport_stacks -https://www.keycloak.org/observability/grafana-dashboards -https://www.keycloak.org/securing-apps/token-exchange* -https://www.keycloak.org/operator/rolling-updates -https://www.keycloak.org/server/update-compatibility#rolling-updates-for-patch-releases \ No newline at end of file +# To be removed once KC 26.4 has been released +https://www.keycloak.org/securing-apps/specifications \ No newline at end of file