From 849692a5df35490a768f1d2a68deda8d430b3a2f Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 6 Jun 2016 13:17:34 +0200 Subject: [PATCH] Fix compilation issues --- topics/oidc/java/servlet-filter-adapter.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/oidc/java/servlet-filter-adapter.adoc b/topics/oidc/java/servlet-filter-adapter.adoc index 3f8c809b68..69c52a1daf 100755 --- a/topics/oidc/java/servlet-filter-adapter.adoc +++ b/topics/oidc/java/servlet-filter-adapter.adoc @@ -31,7 +31,7 @@ There's no way standard way to invalidate an HTTP session based on a session id. ---- In the snippet above there are two url-patterns. - `/protected/*` are the files we want protected, while the `/keycloak/*` url-pattern handles callbacks from the {{book.project.title}} server. + _/protected/*_ are the files we want protected, while the _/keycloak/*_ url-pattern handles callbacks from the {{book.project.title}} server. Note that you should configure your client in the {{book.project.title}} Admin Console with an Admin URL that points to a secured section covered by the filter's url-pattern. @@ -49,4 +49,4 @@ To use this filter, include this maven artifact in your WAR poms: keycloak-servlet-filter-adapter &project.version; ----- \ No newline at end of file +----