Skip to content

Replace useRequestParam with useQueryParam in ApiVersionConfigurer to align with client #35263

@philwebb

Description

@philwebb

Currently ApiVersionConfigurer has a useRequestParam method. For the Servlet stack this uses request params, for the reactive stack it uses query parameters from the request. The client side has ApiVersionInserter.useQueryParam.

I think we could align everything to consistently use only query parameters.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions