From 54d66db3e062ab91f6111ec8f509115915998d71 Mon Sep 17 00:00:00 2001 From: Bruno Vernay Date: Tue, 3 Jul 2018 15:10:42 +0200 Subject: [PATCH] Markdown requires a CRLF before the list --- getting_started/topics/secure-jboss-app.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/getting_started/topics/secure-jboss-app.adoc b/getting_started/topics/secure-jboss-app.adoc index 148e8579b9..83f08b8a3c 100644 --- a/getting_started/topics/secure-jboss-app.adoc +++ b/getting_started/topics/secure-jboss-app.adoc @@ -2,6 +2,7 @@ == Securing a JBoss Servlet Application This section describes how to secure a Java servlet application on the {appserver_name} application server by: + * Installing the {project_name} client adapter on a {appserver_name} application server distribution * Creating and registering a client application in the {project_name} admin console * Configuring the application to be secured by {project_name}