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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 7dc1857  Fix typos
7dc1857 is described below

commit 7dc18575d7b6e78f8de9d127fa64dfcdb877c8d9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 3 12:03:28 2021 +0000

    Fix typos
---
 webapps/docs/security-howto.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/security-howto.xml b/webapps/docs/security-howto.xml
index e6caca1..8d429a8 100644
--- a/webapps/docs/security-howto.xml
+++ b/webapps/docs/security-howto.xml
@@ -458,10 +458,10 @@
       when the session is persisted during a restart or to a Store.</p>
 
       <p>When using the <strong>JDBCStore</strong>, the session store should be
-      secured (dedciated credentials, appropriate permissions) such that only
+      secured (dedicated credentials, appropriate permissions) such that only
       the <strong>JDBCStore</strong> is able to access the persisted session
-      data. In particular, the <strong>JDBCStore</strong> should be accessible
-      via any credentials available to a web application.</p>
+      data. In particular, the <strong>JDBCStore</strong> should not be
+      accessible via any credentials available to a web application.</p>
     </subsection>
 
     <subsection name="Cluster">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to