Skip to content

HttpsRedirectWebFilter can redirect to https:/ #16968

Open
@rwinch

Description

@rwinch

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:/"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions