From df7a8dccaff243e0e761ff1fe48d01a18816d43c Mon Sep 17 00:00:00 2001 From: Grzegorz Suwaj <42188458+moojek@users.noreply.github.com> Date: Wed, 21 May 2025 20:27:47 +0000 Subject: [PATCH 1/2] Update CookieContainer.xml Add missing whitespace --- xml/System.Net/CookieContainer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Net/CookieContainer.xml b/xml/System.Net/CookieContainer.xml index 76bf26cfa53..e02d467ffb6 100644 --- a/xml/System.Net/CookieContainer.xml +++ b/xml/System.Net/CookieContainer.xml @@ -476,7 +476,7 @@ ## Remarks If you add a instance for just one specific host, do not set the property of the instance. This is set automatically, based on the URI. - If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. + If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. If the property of a is Netscape, the property of the , if not set explicitly, is derived from the URI and is the complete path from the URI, including the page name. @@ -553,7 +553,7 @@ ## Remarks If you add a instance for just one specific host, do not set the property of the instance. This is set automatically, based on the URI. - If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. + If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. If equals , one or more instances is removed from the container before adding the `cookie` parameter. Enough instances are removed to bring below as follows: if there are expired instances in scope they are cleaned up. If not, then the least recently used is found and removed from the container. From 3b586b3be0718c09c7bd41e30765e19124fa1c4c Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 21 May 2025 15:59:05 -0700 Subject: [PATCH 2/2] Update xml/System.Net/CookieContainer.xml --- xml/System.Net/CookieContainer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net/CookieContainer.xml b/xml/System.Net/CookieContainer.xml index e02d467ffb6..fb9df06c6d5 100644 --- a/xml/System.Net/CookieContainer.xml +++ b/xml/System.Net/CookieContainer.xml @@ -476,7 +476,7 @@ ## Remarks If you add a instance for just one specific host, do not set the property of the instance. This is set automatically, based on the URI. - If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. + If your URI corresponds to your local domain and sends to all the hosts on the local domain, set the property equal to ".local". Otherwise, make sure it matches the host name used in the URI. If the property of a is Netscape, the property of the , if not set explicitly, is derived from the URI and is the complete path from the URI, including the page name.