Skip to content

ControllerLinkBuilder can not handle alwaysUseFullPath=true #102

@Laures

Description

@Laures
  • the servlet mapping is "players/*"
  • the PlayerController has the request mapping "/players/"
  • the HandlerMapping is configured with alwaysUseFullPath=true

Then a links to the PlayerController will look like:

http://localhost:8080/players/players/1

the easiest solution would be if i could (globaly?) configure the ControllerLinkBuilder to ignore the servlet-mapping when creating the builder initially. then the call path(mapping) would not add the servlet-mapping a second time.

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