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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f7d86dd90309a0a02f7d8032424b3f3a86dddd28
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
    
    (cherry picked from commit 69925893ed0e8a8fdfe1164b4e097a5cf5524027)
---
 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>

Reply via email to