Fixed getInputStream() in a GXInboundResponse created from a connection, if is not a success response (HTTP code not in 2xx and 3xx) #1

Merged
luca.frosini merged 2 commits from mauro.mugnaini/gx-rest:master into master 2024-05-14 15:48:09 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit b3af1e29f8 - Show all commits

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ target
.classpath
.project
.settings/
/.DS_Store

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.common</groupId>