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

Support HTTP redirects with VertxHttpClientHTTPConduit #1617

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

ppalaga
Copy link
Contributor

@ppalaga ppalaga commented Nov 26, 2024

fix #1609


@Path("/singleRedirect")
@POST
public Response singleRedirect(String body) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'body' is never used.

@Path("/doubleRedirect")
@POST
public Response doubleRedirect(String body) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'body' is never used.
@ppalaga ppalaga merged commit 2ab6884 into quarkiverse:main Nov 26, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support HTTP redirects with VertxHttpClientHTTPConduit
1 participant