From 483e821a1f0085d0170ca53b844f80c96d6d600f Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 17 Mar 2017 08:56:05 +0100 Subject: [PATCH] Fix typo in servlet-filter-adapter.adoc --- securing_apps/topics/oidc/java/servlet-filter-adapter.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc b/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc index 72890d4422..9815d546c8 100644 --- a/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc +++ b/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc @@ -7,7 +7,7 @@ Instead you define a filter mapping using the {{book.project.name}} servlet filt WARNING: Backchannel logout works a bit differently than the standard adapters. Instead of invalidating the HTTP session it marks the session id as logged out. -There's no way standard way to invalidate an HTTP session based on a session id. +There's no standard way to invalidate an HTTP session based on a session id. [source,xml] ----