Skip to content

HttpsRedirectWebFilter can redirect to https:/ #16968

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

Open
rwinch opened this issue Apr 18, 2025 · 0 comments
Open

HttpsRedirectWebFilter can redirect to https:/ #16968

rwinch opened this issue Apr 18, 2025 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug

Comments

@rwinch
Copy link
Member

rwinch commented Apr 18, 2025

This is quite possibly a bug in the underlying component(s), but the following test will fail:

this.webTestClient
	.get()
	.uri("/")
	.exchange()
	.expectHeader().location("https://localhost/"); // location = "https:/"
@rwinch rwinch added status: waiting-for-triage An issue we've not yet triaged type: bug A general bug labels Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant