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 61a48cfb59 Fix grammar
61a48cfb59 is described below
commit 61a48cfb595ba60f0e1c97a9273d28fbff07412a
Author: Mark Thomas <[email protected]>
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 0a8f4fa6b6..d2cd44127c 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: [email protected]
For additional commands, e-mail: [email protected]