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

cziegeler 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 c8ef5b81d4 FELIX-6559 : Consume Servlet API Version Range (3.x,5] in 
Apache Felix Http SSL Filter.
c8ef5b81d4 is described below

commit c8ef5b81d421a4ab271b5d23f6f913d37b9a9beb
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Aug 8 06:46:28 2022 +0200

    FELIX-6559 : Consume Servlet API Version Range (3.x,5] in Apache Felix Http 
SSL Filter.
---
 http/sslfilter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/sslfilter/pom.xml b/http/sslfilter/pom.xml
index 6030563820..39d78e0643 100644
--- a/http/sslfilter/pom.xml
+++ b/http/sslfilter/pom.xml
@@ -49,7 +49,7 @@
                             
org.apache.felix.http.sslfilter.internal.SslFilterActivator
                         </Bundle-Activator>
                         <Import-Package>
-                            javax.servlet.*;version=2.3,
+                            javax.servlet.*;version="[3,5)",
                             org.osgi.service.cm;resolution:=optional,
                             *
                         </Import-Package>

Reply via email to