Skip to content
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

RESTEasy Reactive: Chained Sub resources Result in 405 Method not allowed #15357

Closed
bcluap opened this issue Feb 27, 2021 · 3 comments · Fixed by #15390
Closed

RESTEasy Reactive: Chained Sub resources Result in 405 Method not allowed #15357

bcluap opened this issue Feb 27, 2021 · 3 comments · Fixed by #15390
Labels
area/rest kind/bug Something isn't working
Milestone

Comments

@bcluap
Copy link

bcluap commented Feb 27, 2021

Describe the bug
Trying to access a chain of sub resources results in a 405 method not allowed. This works perfectly on normal resteasy.

Expected behavior
The sub resources should be located and called

Actual behavior
a 405 is returned

To Reproduce
git clone https://github.com/bcluap/quarkus-examples.git
cd quarkus-examples/resteasy-reactive
mvn clean test

Configuration
Nothing abnormal

Screenshots
Run the reproducer to see failures. Change the pom to non-reactive mode and all tests pass

Environment (please complete the following information):
This is not environment-specific
999-SNAPSHOT and before

Additional context
The project also includes another unrelated bug - uriinfo.getRequestUri.tostring has the query params duplicated

@bcluap bcluap added the kind/bug Something isn't working label Feb 27, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 27, 2021

/cc @FroMage, @geoand, @stuartwdouglas

@geoand
Copy link
Contributor

geoand commented Mar 1, 2021

@stuartwdouglas is this still an issue even with you #15363 in?

@bcluap
Copy link
Author

bcluap commented Mar 2, 2021

Thanks Stuart & Georgios. Working great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants