Skip to content

Lower-casing of scheme in UriComponentsBuilder breaks use of URI variables #33699

Closed
@rstoyanchev

Description

@rstoyanchev
Contributor

Spring Security started seeing test failures after #33639 due to the scheme now being lower-cased. The OAuth2 redirect_uri in is parsed from {baseScheme}://... and on 6.2.0-SNAPSHOT, the scheme becomes {basescheme}, which does not match the template variable name. We need to revise the parsers to allow use of URI variables in the scheme.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @rstoyanchev

      Issue actions

        Lower-casing of scheme in UriComponentsBuilder breaks use of URI variables · Issue #33699 · spring-projects/spring-framework