You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/07 12:52:04 UTC

[tomcat] branch 10.0.x updated: Remove unnecessary Context settings for the examples web app

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 7fb6160  Remove unnecessary Context settings for the examples web app
7fb6160 is described below

commit 7fb61608e20744f143895b1172062f76bcc142a6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Aug 7 14:50:47 2021 +0200

    Remove unnecessary Context settings for the examples web app
---
 webapps/docs/changelog.xml            | 8 ++++++++
 webapps/examples/META-INF/context.xml | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 75d750d..5d37475 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -115,6 +115,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        Remove unnecessary Context settings from the examples web application.
+        (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 10.0.10 (markt)" rtext="2021-08-05">
   <subsection name="Catalina">
diff --git a/webapps/examples/META-INF/context.xml b/webapps/examples/META-INF/context.xml
index b388b2a..b6c932d 100644
--- a/webapps/examples/META-INF/context.xml
+++ b/webapps/examples/META-INF/context.xml
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<Context antiResourceLocking="false" privileged="true" >
+<Context>
   <CookieProcessor className="org.apache.tomcat.util.http.Rfc6265CookieProcessor"
                    sameSiteCookies="strict" />
 </Context>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org