diff --git a/openidm-jetty-fragment/pom.xml b/openidm-jetty-fragment/pom.xml index fca9c30ccf..f9b967b626 100644 --- a/openidm-jetty-fragment/pom.xml +++ b/openidm-jetty-fragment/pom.xml @@ -13,6 +13,7 @@ ~ information: "Portions copyright [year] [name of copyright owner]". ~ ~ Copyright 2011-2016 ForgeRock AS. + ~ Portions copyright 2025 3A Systems LLC. --> 4.0.0 @@ -56,6 +57,14 @@ org.apache.felix org.apache.felix.framework + + org.osgi + org.osgi.service.http.whiteboard + + + org.apache.felix + org.apache.felix.http.servlet-api + diff --git a/openidm-zip/src/main/resources/conf/jetty.xml b/openidm-zip/src/main/resources/conf/jetty.xml index 6b69125b52..7872929196 100644 --- a/openidm-zip/src/main/resources/conf/jetty.xml +++ b/openidm-zip/src/main/resources/conf/jetty.xml @@ -1,5 +1,5 @@ - + @@ -127,9 +128,29 @@ TLS_ECDHE_RSA_WITH_RC4_128_SHA --> + TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA + TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA + TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA + TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA + TLS_DHE_RSA_WITH_AES_256_CBC_SHA + TLS_DHE_DSS_WITH_AES_256_CBC_SHA + TLS_DHE_RSA_WITH_AES_128_CBC_SHA + TLS_DHE_DSS_WITH_AES_128_CBC_SHA + TLS_RSA_WITH_AES_256_GCM_SHA384 + TLS_RSA_WITH_AES_128_GCM_SHA256 + TLS_RSA_WITH_AES_256_CBC_SHA256 + TLS_RSA_WITH_AES_128_CBC_SHA256 + TLS_RSA_WITH_AES_256_CBC_SHA + TLS_RSA_WITH_AES_128_CBC_SHA + + TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA + TLS_ECDH_RSA_WITH_AES_256_CBC_SHA + TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA + TLS_ECDH_RSA_WITH_AES_128_CBC_SHA + - + @@ -138,7 +159,9 @@ - true + + + @@ -150,7 +173,7 @@ - + @@ -159,7 +182,9 @@ - true + + + @@ -171,6 +196,16 @@ + + + + + + + + + + diff --git a/openidm-zip/src/main/resources/conf/servletfilter-gzip.json b/openidm-zip/src/main/resources/conf/servletfilter-gzip.json deleted file mode 100644 index 6d4545ba6b..0000000000 --- a/openidm-zip/src/main/resources/conf/servletfilter-gzip.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "classPathURLs" : [ ], - "systemProperties" : { }, - "requestAttributes" : { }, - "initParams" : { }, - "scriptExtensions" : { }, - "urlPatterns" : [ - "/*" - ], - "filterClass" : "org.eclipse.jetty.servlets.GzipFilter" -} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9068e1df63..f194b4d773 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ ~ information: "Portions copyright [year] [name of copyright owner]". ~ ~ Copyright 2011-2016 ForgeRock AS. - ~ Portions Copyrighted 2019-2024 3A Systems LLC. + ~ Portions copyright 2019-2025 3A Systems LLC. --> 4.0.0 @@ -120,7 +120,7 @@ 2.0.0-alpha-1 2.9.4 2.2.220 - 4.4.2 + 7.4.6 1_2 4.5 5.0.4 @@ -137,6 +137,7 @@ 1.1.1 1.1.0 1.0.1 + 1.1.0 6.0.5 1.9.18 @@ -156,6 +157,7 @@ 1.0.10 1.0.4 1.0.4 + 1.1.2 scp://community.internal.forgerock.com/var/www/vhosts/openidm.forgerock.org/httpdocs @@ -476,7 +478,11 @@ org.osgi.util.pushstream ${osgi.pushstream.version} - + + org.osgi + org.osgi.service.http.whiteboard + ${osgi.whiteboard.version} + org.apache.felix org.apache.felix.framework @@ -603,6 +609,12 @@ ${felix.scr.version} + + org.apache.felix + org.apache.felix.http.servlet-api + ${felix.servlet.version} + +