-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fix servlet file listing #30527
Fix servlet file listing #30527
Conversation
This comment has been minimized.
This comment has been minimized.
The windows failure of the test seems relevant |
Yea, something is going on there. underlying.getResource() must be returning null, although I am not sure why at this point. |
This comment has been minimized.
This comment has been minimized.
Gotta love Windows...
|
I think quarkusio/quarkus-http#111 should be the fix. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
fd4a6a5
to
37c0216
Compare
This comment has been minimized.
This comment has been minimized.
37c0216
to
6974478
Compare
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
Looks like there is still an issue, I will need to have another look when I have time. |
Bump one more time? |
@stuartwdouglas now that 3.0.0 Final is out maybe one more look at this one? |
I don't have access to windows which makes it hard to debug. It is almost certainly a / vs \ issue somewhere in the resource handling code. |
This comment has been minimized.
This comment has been minimized.
OK I run on Windows let me try your code and see if I can figure out the error. |
Failing Jobs - Building 537cc41
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/undertow/deployment
! Skipped: extensions/agroal/deployment extensions/cache/deployment extensions/config-yaml/deployment and 197 more 📦 extensions/undertow/deployment✖
⚙️ Native Tests - Misc1 #- Failing: integration-tests/qute
📦 integration-tests/qute✖ |
I submitted my PR based on this one if someone wants to kick off the build so I can see whether it passes on Windows and Linux now. I did all my testing on Windows and its all working. |
Superseded by #32656 |
Fixes #28028