Fix compilation issues

This commit is contained in:
Stian Thorgersen 2016-06-06 13:17:34 +02:00
parent 28a356b0ee
commit 849692a5df

View file

@ -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. 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. 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.