This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 6992589 Fixing Jetty SSL context configuration for basic_oidc &
big_query samples
6992589 is described below
commit 69925893ed0e8a8fdfe1164b4e097a5cf5524027
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Dec 4 16:52:02 2021 -0500
Fixing Jetty SSL context configuration for basic_oidc & big_query samples
---
distribution/src/main/release/samples/jax_rs/basic_oidc/jetty-ssl.xml | 2 +-
distribution/src/main/release/samples/jax_rs/big_query/jetty-ssl.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/distribution/src/main/release/samples/jax_rs/basic_oidc/jetty-ssl.xml
b/distribution/src/main/release/samples/jax_rs/basic_oidc/jetty-ssl.xml
index a87f979..5b5d76e 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_oidc/jetty-ssl.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic_oidc/jetty-ssl.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN"
"http://www.eclipse.org/jetty/configure_9_3.dtd">
-<Configure id="sslContextFactory"
class="org.eclipse.jetty.util.ssl.SslContextFactory">
+<Configure id="sslContextFactory"
class="org.eclipse.jetty.util.ssl.SslContextFactory$Server">
<Set name="KeyStorePath"><Property name="jetty.base" default="."
/>/<Property name="jetty.keystore" default="servicestore.jks"/></Set>
<Set name="KeyStorePassword"><Property name="jetty.keystore.password"
default="sspass"/></Set>
<Set name="KeyManagerPassword"><Property name="jetty.keymanager.password"
default="skpass"/></Set>
diff --git
a/distribution/src/main/release/samples/jax_rs/big_query/jetty-ssl.xml
b/distribution/src/main/release/samples/jax_rs/big_query/jetty-ssl.xml
index a87f979..5b5d76e 100644
--- a/distribution/src/main/release/samples/jax_rs/big_query/jetty-ssl.xml
+++ b/distribution/src/main/release/samples/jax_rs/big_query/jetty-ssl.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN"
"http://www.eclipse.org/jetty/configure_9_3.dtd">
-<Configure id="sslContextFactory"
class="org.eclipse.jetty.util.ssl.SslContextFactory">
+<Configure id="sslContextFactory"
class="org.eclipse.jetty.util.ssl.SslContextFactory$Server">
<Set name="KeyStorePath"><Property name="jetty.base" default="."
/>/<Property name="jetty.keystore" default="servicestore.jks"/></Set>
<Set name="KeyStorePassword"><Property name="jetty.keystore.password"
default="sspass"/></Set>
<Set name="KeyManagerPassword"><Property name="jetty.keymanager.password"
default="skpass"/></Set>