This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5024dac  Updates production by Jenkins
5024dac is described below

commit 5024daceac52e595bbe049db6eea2ce4814e8e07
Author: jenkins <bui...@apache.org>
AuthorDate: Mon May 27 07:46:06 2019 +0000

    Updates production by Jenkins
---
 content/primer.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/primer.html b/content/primer.html
index 8b05064..c3aa389 100644
--- a/content/primer.html
+++ b/content/primer.html
@@ -150,7 +150,7 @@
       </li>
       <li><a href="#javascript" id="markdown-toc-javascript">JavaScript, AJAX, 
and SOAP</a></li>
       <li><a href="#containers" id="markdown-toc-containers">Servlets, 
Filters, and Web Containers</a></li>
-      <li><a href="#sessions-session" 
id="markdown-toc-sessions-session">Sessions #{session}</a></li>
+      <li><a href="#session" id="markdown-toc-session">Sessions</a></li>
       <li><a href="#webapp" id="markdown-toc-webapp">Web Applications</a></li>
       <li><a href="#security" id="markdown-toc-security">Security</a></li>
       <li><a href="#jsp" id="markdown-toc-jsp">JavaServer Pages, JSP Tag 
Libraries, and JavaServer Faces</a></li>
@@ -186,6 +186,7 @@ Before getting started, you should understand the basics of 
several key technolo
   <li><a href="#javascript">JavaScript, AJAX, and SOAP</a></li>
   <li><a href="#resources">Properties Files and ResourceBundles</a></li>
   <li><a href="#containers">Servlets, Filters and Web Containers</a></li>
+  <li><a href="#session">Sessions</a></li>
   <li><a href="#jsp">JavaServer Pages and JSP Tag Libraries</a></li>
   <li><a href="#xml">Extensible Markup Language (XML)</a></li>
   <li><a href="#jaas">JAAS</a></li>
@@ -334,7 +335,7 @@ response. Filters are aggregated into a chain in which each 
filter
 has a chance to process the request and response before and after
 it is processed by subsequent filters (and the servlet that is ultimately 
called).</p>
 
-<h3 id="sessions-session">Sessions #{session}</h3>
+<h3 id="session">Sessions</h3>
 
 <p>One of the key characteristics of HTTP is that it is
 <em>stateless</em>. In other words, there is nothing built in to

Reply via email to