From eef41fd8abb9234bb857a55142bb20265e84a0a2 Mon Sep 17 00:00:00 2001 From: kosmaty Date: Wed, 14 Sep 2016 10:24:43 +0200 Subject: [PATCH] Fix doc style Closes gh-1172 --- src/asciidoc/core-beans.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index 4dd1d7f85f..c80cb2dadb 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -7597,6 +7597,7 @@ but rather completely overridden by a preceding entry. For a common `StandardServletEnvironment`, the full hierarchy looks as follows, with the highest-precedence entries at the top: + * ServletConfig parameters (if applicable, e.g. in case of a `DispatcherServlet` context) * ServletContext parameters (web.xml context-param entries) * JNDI environment variables ("java:comp/env/" entries)