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
commit 9ca49b51b49f93529b4cbed73c91429a7991709d Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Dec 2 20:28:31 2019 +0000 Alternative wording --- webapps/docs/config/valve.xml | 48 +++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml index 0ceca00..c376c9a 100644 --- a/webapps/docs/config/valve.xml +++ b/webapps/docs/config/valve.xml @@ -1208,12 +1208,12 @@ <code>always</code>. <code>never</code> means that a request will never bypass authentication even if it appears to be a CORS preflight request. <code>filter</code> means that a request will bypass authentication if - it appears to be a CORS preflight request and the web application the - request maps to has the <a href="filter.html#CORS_Filter">CORS - Filter</a> enabled and mapped to <code>/*</code>. <code>always</code> - means that all requests that appear to be CORS preflight requests will - bypass authentication. If not set, the default value is - <code>never</code>.</p> + it appears to be a CORS preflight request; it is mapped to a web + application that has the <a href="filter.html#CORS_Filter">CORS + Filter</a> enabled; and the CORS Filter is mapped to <code>/*</code>. + <code>always</code> means that all requests that appear to be CORS + preflight requests will bypass authentication. If not set, the default + value is <code>never</code>.</p> </attribute> <attribute name="alwaysUseSession" required="false"> @@ -1366,12 +1366,12 @@ <code>always</code>. <code>never</code> means that a request will never bypass authentication even if it appears to be a CORS preflight request. <code>filter</code> means that a request will bypass authentication if - it appears to be a CORS preflight request and the web application the - request maps to has the <a href="filter.html#CORS_Filter">CORS - Filter</a> enabled and mapped to <code>/*</code>. <code>always</code> - means that all requests that appear to be CORS preflight requests will - bypass authentication. If not set, the default value is - <code>never</code>.</p> + it appears to be a CORS preflight request; it is mapped to a web + application that has the <a href="filter.html#CORS_Filter">CORS + Filter</a> enabled; and the CORS Filter is mapped to <code>/*</code>. + <code>always</code> means that all requests that appear to be CORS + preflight requests will bypass authentication. If not set, the default + value is <code>never</code>.</p> </attribute> <attribute name="alwaysUseSession" required="false"> @@ -1548,12 +1548,12 @@ <code>always</code>. <code>never</code> means that a request will never bypass authentication even if it appears to be a CORS preflight request. <code>filter</code> means that a request will bypass authentication if - it appears to be a CORS preflight request and the web application the - request maps to has the <a href="filter.html#CORS_Filter">CORS - Filter</a> enabled and mapped to <code>/*</code>. <code>always</code> - means that all requests that appear to be CORS preflight requests will - bypass authentication. If not set, the default value is - <code>never</code>.</p> + it appears to be a CORS preflight request; it is mapped to a web + application that has the <a href="filter.html#CORS_Filter">CORS + Filter</a> enabled; and the CORS Filter is mapped to <code>/*</code>. + <code>always</code> means that all requests that appear to be CORS + preflight requests will bypass authentication. If not set, the default + value is <code>never</code>.</p> </attribute> <attribute name="changeSessionIdOnAuthentication" required="false"> @@ -1689,12 +1689,12 @@ <code>always</code>. <code>never</code> means that a request will never bypass authentication even if it appears to be a CORS preflight request. <code>filter</code> means that a request will bypass authentication if - it appears to be a CORS preflight request and the web application the - request maps to has the <a href="filter.html#CORS_Filter">CORS - Filter</a> enabled and mapped to <code>/*</code>. <code>always</code> - means that all requests that appear to be CORS preflight requests will - bypass authentication. If not set, the default value is - <code>never</code>.</p> + it appears to be a CORS preflight request; it is mapped to a web + application that has the <a href="filter.html#CORS_Filter">CORS + Filter</a> enabled; and the CORS Filter is mapped to <code>/*</code>. + <code>always</code> means that all requests that appear to be CORS + preflight requests will bypass authentication. If not set, the default + value is <code>never</code>.</p> </attribute> <attribute name="cache" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org