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

rzo1 pushed a commit to branch tomee-10-with-ee-91
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/tomee-10-with-ee-91 by this 
push:
     new 7d3f120  remove LegacyCookieProcessor, has been removed in tomcat 10.1
7d3f120 is described below

commit 7d3f1203c02cb37810570eb4787a02b891296bb3
Author: Markus Jung <[email protected]>
AuthorDate: Sun Jul 21 14:19:30 2024 +0200

    remove LegacyCookieProcessor, has been removed in tomcat 10.1
    
    (cherry picked from commit d1f40f8cbd6d6116495067dd342f14f82698abe8)
---
 src/test/tomcat/conf/context.xml      | 1 -
 src/test/tomee-plume/conf/context.xml | 1 -
 src/test/tomee-plus/conf/context.xml  | 1 -
 src/test/tomee/conf/context.xml       | 1 -
 4 files changed, 4 deletions(-)

diff --git a/src/test/tomcat/conf/context.xml b/src/test/tomcat/conf/context.xml
index 4685d7c..486d44d 100644
--- a/src/test/tomcat/conf/context.xml
+++ b/src/test/tomcat/conf/context.xml
@@ -17,7 +17,6 @@
 -->
 <!-- The contents of this file will be loaded for each web application -->
 <Context crossContext="true" resourceOnlyServlets="jsp" 
jndiExceptionOnFailedWrite="false">
-  <CookieProcessor 
className="org.apache.tomcat.util.http.LegacyCookieProcessor" 
alwaysAddExpires="true" forwardSlashIsSeparator="false" />
   <!-- Default set of monitored resources. If one of these changes, the    -->
   <!-- web application will be reloaded.                                   -->
   <WatchedResource>WEB-INF/web.xml</WatchedResource>
diff --git a/src/test/tomee-plume/conf/context.xml 
b/src/test/tomee-plume/conf/context.xml
index 3c422ef..d045446 100644
--- a/src/test/tomee-plume/conf/context.xml
+++ b/src/test/tomee-plume/conf/context.xml
@@ -17,7 +17,6 @@
 -->
 <!-- The contents of this file will be loaded for each web application -->
 <Context crossContext="true" resourceOnlyServlets="jsp" 
jndiExceptionOnFailedWrite="false">
-    <CookieProcessor 
className="org.apache.tomcat.util.http.LegacyCookieProcessor" 
alwaysAddExpires="true" forwardSlashIsSeparator="false" />
     <!-- Default set of monitored resources. If one of these changes, the    
-->
     <!-- web application will be reloaded.                                   
-->
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
diff --git a/src/test/tomee-plus/conf/context.xml 
b/src/test/tomee-plus/conf/context.xml
index 3c422ef..d045446 100644
--- a/src/test/tomee-plus/conf/context.xml
+++ b/src/test/tomee-plus/conf/context.xml
@@ -17,7 +17,6 @@
 -->
 <!-- The contents of this file will be loaded for each web application -->
 <Context crossContext="true" resourceOnlyServlets="jsp" 
jndiExceptionOnFailedWrite="false">
-    <CookieProcessor 
className="org.apache.tomcat.util.http.LegacyCookieProcessor" 
alwaysAddExpires="true" forwardSlashIsSeparator="false" />
     <!-- Default set of monitored resources. If one of these changes, the    
-->
     <!-- web application will be reloaded.                                   
-->
     <WatchedResource>WEB-INF/web.xml</WatchedResource>
diff --git a/src/test/tomee/conf/context.xml b/src/test/tomee/conf/context.xml
index b30f568..882f0f5 100644
--- a/src/test/tomee/conf/context.xml
+++ b/src/test/tomee/conf/context.xml
@@ -17,7 +17,6 @@
 -->
 <!-- The contents of this file will be loaded for each web application -->
 <Context crossContext="true" resourceOnlyServlets="jsp" 
jndiExceptionOnFailedWrite="false">
-    <CookieProcessor 
className="org.apache.tomcat.util.http.LegacyCookieProcessor" 
alwaysAddExpires="true" forwardSlashIsSeparator="false" />
     <!-- Default set of monitored resources. If one of these changes, the    
-->
     <!-- web application will be reloaded.                                   
-->
     <WatchedResource>WEB-INF/web.xml</WatchedResource>

Reply via email to