(axis-axis2-java-core) branch master updated: Axis2 client parses soap envolope in case of a http-404

2025-02-28 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 49fb1ac419 Axis2 client parses soap envolope in case of a http-404
49fb1ac419 is described below

commit 49fb1ac419a2e07ff1e75c4bf88a4ab1feb46b72
Author: Robert Lazarski 
AuthorDate: Fri Feb 28 06:12:41 2025 -1000

Axis2 client parses soap envolope in case of a http-404
---
 .../src/main/java/org/apache/axis2/transport/http/HTTPSender.java | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java
 
b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java
index b1e9c28a76..480697bde4 100644
--- 
a/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java
+++ 
b/modules/transport/http/src/main/java/org/apache/axis2/transport/http/HTTPSender.java
@@ -209,6 +209,10 @@ public abstract class HTTPSender {
|| statusCode == HttpStatus.SC_BAD_REQUEST || 
statusCode == HttpStatus.SC_NOT_FOUND) {
 processResponse = true;
 fault = true;
+} else if (statusCode == HttpStatus.SC_NOT_FOUND) {
+   System.out.println("HTTPSender, HttpStatus.SC_NOT_FOUND");  
+processResponse = false;
+fault = true;
 } else {
 throw new AxisFault(Messages.getMessage("transportError", 
String.valueOf(statusCode),
 
request.getStatusText()));



(axis-axis2-java-core) branch dependabot/maven/groovy.version-4.0.26 created (now fb13e23eff)

2025-02-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/groovy.version-4.0.26
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at fb13e23eff Bump groovy.version from 4.0.25 to 4.0.26

No new revisions were added by this update.



(axis-axis2-java-core) branch dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.4 created (now 7fad55e1e1)

2025-02-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 7fad55e1e1 Bump org.apache.maven.plugins:maven-install-plugin from 
3.1.3 to 3.1.4

No new revisions were added by this update.