Branch: refs/heads/main
Home:
https://github.com/jbossws/jbossws-cxf
Commit: 02204295c7c3271f53d684107ba05fec820ea6bf
https://github.com/jbossws/jbossws-cxf/commit/02204295c7c3271f53d684107ba...
Author: Fabio Burzigotti <fburzigo(a)ibm.com>
Date: 2026-04-23 (Thu, 23 Apr 2026)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-5-Advanced_User_Guide.adoc
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/SecurityActions.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/JBossWSDestinationRegistryImpl.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/SecurityActions.java
M modules/testsuite/cxf-tests/src/test/cli/jbws-testsuite-default-elytron.cli
M modules/testsuite/cxf-tests/src/test/etc/arquillian.xml
M modules/testsuite/cxf-tests/src/test/etc/container.properties
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpoint.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpointImpl.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSSystemPropertyTestCase.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestCase.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestUtils.java
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices.xml
M modules/testsuite/pom.xml
Log Message:
-----------
[JBWS-4488] - Let JBossWSDestinationRegistryImpl override getDestinationForPath and
decode the request URL path
Commit: 8e1e6d4b44775af8fac65bd9f809b7ab8a96d2ef
https://github.com/jbossws/jbossws-cxf/commit/8e1e6d4b44775af8fac65bd9f80...
Author: Fabio Burzigotti <fburzigo(a)redhat.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-5-Advanced_User_Guide.adoc
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/JBossWSDestinationRegistryImpl.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSUrlCharsetConfigurationTestCase.java
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-expected-url-charset.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-invalid-url-charset.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-unexpected-url-charset.xml
Log Message:
-----------
[JBWS-4488] - Add the org.jboss.ws.cxf.urlCharset property to control how an URL-encoded
request path is decoded
Commit: 1220b1dcf20a39d2640e195e7db38c66fd9817f3
https://github.com/jbossws/jbossws-cxf/commit/1220b1dcf20a39d2640e195e7db...
Author: Fabio Burzigotti <34456377+fabiobrz(a)users.noreply.github.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-5-Advanced_User_Guide.adoc
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/SecurityActions.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/JBossWSDestinationRegistryImpl.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/SecurityActions.java
M modules/testsuite/cxf-tests/src/test/cli/jbws-testsuite-default-elytron.cli
M modules/testsuite/cxf-tests/src/test/etc/arquillian.xml
M modules/testsuite/cxf-tests/src/test/etc/container.properties
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpoint.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpointImpl.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSSystemPropertyTestCase.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestCase.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestUtils.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSUrlCharsetConfigurationTestCase.java
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-expected-url-charset.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-invalid-url-charset.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-unexpected-url-charset.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices.xml
M modules/testsuite/pom.xml
Log Message:
-----------
Merge pull request #695 from fabiobrz/JBWS-4488
[JBWS-4488] - Fix JBWS024029 error when consuming a web service having NLS characters in
URL path
Compare:
https://github.com/jbossws/jbossws-cxf/compare/9158615e8c1a...1220b1dcf20a
To unsubscribe from these emails, change your notification settings at
https://github.com/jbossws/jbossws-cxf/settings/notifications