This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 7c6e6d4 Remove unnecessary Context settings for the examples web app
7c6e6d4 is described below
commit 7c6e6d44e867a5e46b8c3bc44778c787bd59c3da
Author: Mark Thomas <[email protected]>
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 d6f6bd6..d0dc640 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 9.0.52 (remm)" rtext="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: [email protected]
For additional commands, e-mail: [email protected]