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

paulrutter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new d808cac775 FELIX-6756 Cookie name "Path" is a reserved token - Use 
wrappers snapshot in jetty bundle
d808cac775 is described below

commit d808cac7758ccd0054e912a496a4dad31cee0782
Author: Paul Rütter <[email protected]>
AuthorDate: Mon Mar 10 11:30:20 2025 +0100

    FELIX-6756 Cookie name "Path" is a reserved token
    - Use wrappers snapshot in jetty bundle
---
 http/jetty12/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 301c18ca09..f887879964 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -729,7 +729,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.wrappers</artifactId>
-            <version>1.1.10</version>
+            <version>1.1.9-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>

Reply via email to