This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from fc58c48d0bb [CXF-9227] Fix SecurityManager permission regressions
introduced in 4.1.7 (#3256)
new 631c3b175b1 CXF-9222 - Remove partialMatchScopeValidation for OAuth
(#3254)
new 7c57a47f9e6 Bump org.webjars:swagger-ui from 5.32.6 to 5.32.8 (#3258)
new 7c6d76f67e4 Bump actions/cache from 5.0.5 to 6.1.0 (#3262)
new 4e266fa938f Bump ch.qos.logback:logback-classic from 1.5.34 to 1.5.35
(#3259)
new cf45cff25e5 Bump actions/setup-java from 5.3.0 to 5.4.0 (#3261)
new 1e862d57c39 Respect the AsyncRequestProducer contract by properly
implementing available() method (#3235)
new 435fda9c010 Bump cxf.activemq.artemis.version from 2.54.0 to 2.55.0
(#3264)
new 22985c3ffb8 Bump org.graalvm.buildtools:native-maven-plugin from 1.1.2
to 1.1.3 (#3269)
new a31fbe4e987 Bump ch.qos.logback:logback-classic from 1.5.35 to 1.5.36
(#3268)
new 6f3e97acfaa validate redirect origin in oidc rp sign-in completion
(#3241)
new 594b0ef2c3b Recording .gitmergeinfo Changes
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/codeql-analysis.yml | 4 +-
.github/workflows/pull-request-build.yml | 2 +-
.gitmergeinfo | 12 +++
.../release/samples/jax_rs/graalvm_basic/pom.xml | 4 +-
.../src/main/release/samples/jaxws_graalvm/pom.xml | 4 +-
.../samples/jaxws_graalvm_dynamic/client/pom.xml | 2 +-
.../samples/jaxws_graalvm_dynamic/server/pom.xml | 2 +-
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 6 +-
.../oauth2/grants/AbstractGrantHandler.java | 3 +-
.../grants/refresh/RefreshTokenGrantHandler.java | 7 +-
.../services/RedirectionBasedGrantService.java | 11 +--
.../cxf/rs/security/oauth2/utils/OAuthUtils.java | 30 ++----
.../rs/security/oauth2/utils/OAuthUtilsTest.java | 43 ++++-----
rt/rs/security/sso/oidc/pom.xml | 8 +-
.../oidc/rp/OidcRpAuthenticationFilter.java | 25 +++++
.../oidc/rp/OidcRpAuthenticationFilterTest.java | 106 +++++++++++++++++++++
.../hc5/CXFHttpAsyncRequestProducer.java | 2 +-
18 files changed, 192 insertions(+), 81 deletions(-)
create mode 100644
rt/rs/security/sso/oidc/src/test/java/org/apache/cxf/rs/security/oidc/rp/OidcRpAuthenticationFilterTest.java