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 37f45f101d FELIX-6756 Cookie name "Path" is a reserved token - Use
wrappers snapshot in jetty bundle
37f45f101d is described below
commit 37f45f101d810ca32200e8d3c2621b5105d9a9d3
Author: Paul Rütter <[email protected]>
AuthorDate: Mon Mar 10 11:13:55 2025 +0100
FELIX-6756 Cookie name "Path" is a reserved token
- Use wrappers snapshot in jetty bundle
---
http/jetty/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index ce1f474b34..334a65162b 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -499,7 +499,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
- <version>1.0.8</version>
+ <version>1.0.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>