This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 5ee63de Use better terminology 5ee63de is described below commit 5ee63de95056e40a085b95b3ee8c8190f3cce105 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Jun 7 19:30:53 2020 +0100 Use better terminology --- webapps/docs/config/filter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/config/filter.xml b/webapps/docs/config/filter.xml index 30e525b..fbf6648 100644 --- a/webapps/docs/config/filter.xml +++ b/webapps/docs/config/filter.xml @@ -136,8 +136,8 @@ <attribute name="cors.allowed.origins" required="false"> <p>A list of <a href="https://tools.ietf.org/html/rfc6454">origins</a> that are allowed to access the resource. A <code>*</code> can be - specified to enable access to resource from any origin. Otherwise, a - whitelist of comma separated origins can be provided. Eg: <code> + specified to enable access to resource from any origin. Otherwise, an + allow list of comma separated origins can be provided. Eg: <code> https://www.w3.org, https://www.apache.org</code>. <strong>Defaults:</strong> The empty String. (No origin is allowed to access the resource).</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org