Skip to content

Requests URIs containing . cannot be mapped correctly using @RequestMapping in RC3 [SPR-6560] #11226

@spring-projects-issues

Description

@spring-projects-issues

Stefan Magnus Landrø opened SPR-6560 and commented

I have the following request mapping.

@RequestMapping(value = "/{username}/{domain}/{theme}/{locale}/{documenttype}", method = RequestMethod.GET)

In RC1 it works like a breeze, regardless the values of the different elements. In RC3, however, whenever a path element contains a . (dot), the URI is not mapped correctly.

In this project, we're using email addresses as usernames, and this is a major problem for us now.


Affects: 3.0 RC3

Issue Links:

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions