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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new d0642b50d8 Fix grammar
d0642b50d8 is described below

commit d0642b50d8972428619a8a17327973a0031587bf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 9 09:52:32 2023 +0000

    Fix grammar
---
 webapps/docs/security-howto.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/webapps/docs/security-howto.xml b/webapps/docs/security-howto.xml
index 0dc8a24f59..1529af5659 100644
--- a/webapps/docs/security-howto.xml
+++ b/webapps/docs/security-howto.xml
@@ -561,11 +561,11 @@
     text. Web applications using these authentication mechanisms with clients
     connecting over untrusted networks should use SSL.</p>
 
-    <p>The session cookie for a session with an authenticated user are nearly
-    as useful as the user's password to an attacker and in nearly all
-    circumstances should be afforded the same level of protection as the
-    password itself. This usually means authenticating over SSL and continuing
-    to use SSL until the session ends.</p>
+    <p>The session cookie for a session with an authenticated user is nearly as
+    useful as the user's password to an attacker and should be afforded the 
same
+    level of protection as the password itself. This usually means
+    authenticating over SSL and continuing to use SSL until the session
+    ends.</p>
   </section>
 
 </body>


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

Reply via email to