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:53:13 UTC

[tomcat] branch 8.5.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 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 f9a206d  Remove unnecessary Context settings for the examples web app
f9a206d is described below

commit f9a206deaf030f931b0659b7ae6b8d47417cacb9
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 167c802..5c8568a 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 8.5.70 (schultz)" rtext="release in progress">
   <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