-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE in Rest client when downloading multipart with File #24415
Labels
Comments
@michalszynkiewicz are you looking into this one or do you want me to? |
No, I'm at other issues at the moment. |
Hopefully not the ones I have already opened PRs for :) I'll take a look at this later on today. |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 21, 2022
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 21, 2022
…thout delimiter Closes: quarkusio#24415
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 21, 2022
gsmet
added a commit
that referenced
this issue
Mar 21, 2022
Improve usability of RESTEasy Reactive server and client multipart handling
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Apr 28, 2022
Relates to: quarkusio#24415 (cherry picked from commit 81bd8d3)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Apr 28, 2022
…thout delimiter Closes: quarkusio#24415 (cherry picked from commit 2e92f0d)
fedinskiy
added a commit
to fedinskiy/quarkus-test-suite
that referenced
this issue
Jun 3, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution
7 tasks
fedinskiy
added a commit
to fedinskiy/quarkus-test-suite
that referenced
this issue
Jun 3, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution
fedinskiy
added a commit
to fedinskiy/quarkus-test-suite
that referenced
this issue
Jun 6, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution
fedinskiy
added a commit
to fedinskiy/quarkus-test-suite
that referenced
this issue
Jun 6, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution
fedinskiy
added a commit
to fedinskiy/quarkus-test-suite
that referenced
this issue
Jun 8, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution
pjgg
pushed a commit
to pjgg/quarkus-test-suite
that referenced
this issue
Jun 14, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution (cherry picked from commit 565a6fd)
pjgg
pushed a commit
to pjgg/quarkus-test-suite
that referenced
this issue
Jun 14, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution (cherry picked from commit 565a6fd)
fedinskiy
added a commit
to quarkus-qe/quarkus-test-suite
that referenced
this issue
Jun 14, 2022
quarkusio/quarkus#24402 quarkusio/quarkus#24405 quarkusio/quarkus#24415 quarkusio/quarkus#25028 Additionally: delete temporary files to speed up local execution (cherry picked from commit 565a6fd)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
REST client fails with NPE when downloading multipart forms.
Expected behavior
Rest client should download multipart forms successfully, like it currently do with uploading.
Actual behavior
Downloading fails with exception:
How to Reproduce?
On any machine with installed
bash
,truncate
andmd5sum
:git clone [email protected]:fedinskiy/quarkus-test-suite.git -b reproducer/reactive-rest-client
cd quarkus-test-suite/http/rest-client-reactive
mvn clean verify -Dit.test=FileIT#downloadMultipart
Output of
uname -a
orver
5.16.13-200.fc35.x86_64
Output of
java -version
11.0.12, vendor: GraalVM Community
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.4.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Additional information
See #24405 for related issue
The text was updated successfully, but these errors were encountered: