This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
The following commit(s) were added to refs/heads/main by this push: new 569357b0 FELIX-6756 Cookie name "Path" is a reserved token 569357b0 is described below commit 569357b03271d65cc586bef2ae1326673447d32b Author: Paul Rütter <p...@blueconic.com> AuthorDate: Thu Mar 13 08:52:41 2025 +0100 FELIX-6756 Cookie name "Path" is a reserved token --- downloads.list | 6 +++--- modules/ROOT/examples/downloads.yml | 10 +++++----- modules/ROOT/pages/news.adoc | 2 ++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/downloads.list b/downloads.list index ded86d55..a78cc884 100644 --- a/downloads.list +++ b/downloads.list @@ -57,13 +57,13 @@ Health Check General Checks|org.apache.felix.healthcheck.generalchecks|3.0.8|pro Health Check Webconsole Plugin|org.apache.felix.healthcheck.webconsoleplugin|2.2.0|project||- HTTP Service Base|org.apache.felix.http.base|5.1.10 HTTP Service Bridge|org.apache.felix.http.bridge|5.1.8 -HTTP Service Jetty|org.apache.felix.http.jetty|5.1.28 -HTTP Service Jetty|org.apache.felix.http.jetty12|1.0.22 +HTTP Service Jetty|org.apache.felix.http.jetty|5.1.30 +HTTP Service Jetty|org.apache.felix.http.jetty12|1.0.24 HTTP Service Proxy|org.apache.felix.http.proxy|3.0.6 HTTP Service SSL filter|org.apache.felix.http.sslfilter|2.0.2 HTTP Service Whiteboard|org.apache.felix.http.whiteboard|4.0.0 HTTP Servlet 2.6 + 3.0 + 4.0 + 5.0 + 6.0 API|org.apache.felix.http.servlet-api|3.0.0 -HTTP Wrappers|org.apache.felix.http.wrappers6|1.1.6 +HTTP Wrappers|org.apache.felix.http.wrappers|1.1.10 Inventory|org.apache.felix.inventory|2.0.0 iPOJO (Core)|org.apache.felix.ipojo|1.12.1|project||- iPOJO Runtime Project (containing all iPOJO runtime modules)|org.apache.felix.ipojo.runtime-project|1.12.1|source-release||- diff --git a/modules/ROOT/examples/downloads.yml b/modules/ROOT/examples/downloads.yml index c6e2a634..7b02bbf5 100644 --- a/modules/ROOT/examples/downloads.yml +++ b/modules/ROOT/examples/downloads.yml @@ -185,13 +185,13 @@ subprojects: - title: HTTP Service Jetty artifactId: org.apache.felix.http.jetty - version: 5.1.28 + version: 5.1.30 source_classifier: source-release changelog: false - title: HTTP Service Jetty12 artifactId: org.apache.felix.http.jetty12 - version: 1.0.22 + version: 1.0.24 source_classifier: source-release changelog: false @@ -207,9 +207,9 @@ subprojects: source_classifier: source-release changelog: false - - title: HTTP Wrappers - artifactId: org.apache.felix.http.wrappers6 - version: 1.1.8 + - title: HTTP Wrappers + artifactId: org.apache.felix.http.wrappers + version: 1.1.10 source_classifier: source-release changelog: false diff --git a/modules/ROOT/pages/news.adoc b/modules/ROOT/pages/news.adoc index 94ff21dc..48cb45f9 100644 --- a/modules/ROOT/pages/news.adoc +++ b/modules/ROOT/pages/news.adoc @@ -2,6 +2,8 @@ ## 2025 +* Apache Felix Http Jetty12 1.0.24, HTTP Jetty 5.1.30, HTTP Wrappers 1.1.10 and 1.0.8 (March 13 2025) +** https://issues.apache.org/jira/browse/FELIX-6756 Cookie name "Path" is a reserved token * Apache Felix Http Webconsole Plugin (March 12 2025) * Apache Felix Http Jetty12 1.0.22 (March 07 2025) ** https://issues.apache.org/jira/browse/FELIX-6754 Update to Jetty 12.0.17