This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 4cb12b1 Fix typos 4cb12b1 is described below commit 4cb12b194b07d0dad978c13f47e0a838421ff520 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 b986dc7..197cbe9 100644 --- a/webapps/docs/security-howto.xml +++ b/webapps/docs/security-howto.xml @@ -466,10 +466,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