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 6fe1fa0604 FELIX-6756 Cookie name "Path" is a reserved token - Use
wrappers snapshot in jetty12 bundle
6fe1fa0604 is described below
commit 6fe1fa0604a9bb7b1cc0f36162c35901cbeec111
Author: Paul Rütter <[email protected]>
AuthorDate: Mon Mar 10 10:29:54 2025 +0100
FELIX-6756 Cookie name "Path" is a reserved token
- Use wrappers snapshot in jetty12 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 be22645469..586f0b5e0c 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.8</version>
+ <version>1.1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>