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

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


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

commit c4f46fa9d3b1673a461e06c353b145c6ba5d1f67
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 bab396b..d8b382d 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.1.0-M4 (markt)" rtext="release in progress">
   <subsection name="WebSocket">
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to