This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 0a13efb7c4 Fix grammar 0a13efb7c4 is described below commit 0a13efb7c423dd1caffb984a491d6e10507516a1 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 a271988a25..98e2b3cb0b 100644 --- a/webapps/docs/security-howto.xml +++ b/webapps/docs/security-howto.xml @@ -531,11 +531,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