Skip to content

Add queryParam method to MockHttpServletRequestBuilder#23980

Closed
jo2 wants to merge 1 commit into
spring-projects:masterfrom
jo2:query-param-fix
Closed

Add queryParam method to MockHttpServletRequestBuilder#23980
jo2 wants to merge 1 commit into
spring-projects:masterfrom
jo2:query-param-fix

Conversation

@jo2

@jo2 jo2 commented Nov 12, 2019

Copy link
Copy Markdown
Contributor

add queryParam() which calls param() and updates queryString

Fixes #23296

@rstoyanchev opened a new pr because I had to force push to the branch and GitHub couldn't connect the branch to the old repo

add queryParam() which calls param() and updates queryString
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 12, 2019
@rstoyanchev rstoyanchev self-assigned this Nov 12, 2019
@rstoyanchev rstoyanchev added in: test Issues in the test module in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Nov 12, 2019
@rstoyanchev rstoyanchev added this to the 5.2.2 milestone Nov 12, 2019
@rstoyanchev rstoyanchev changed the title add queryParam() which calls param() and updates queryString Add queryParam method to MockHttpServletRequestBuilder Nov 12, 2019
@rstoyanchev

Copy link
Copy Markdown
Contributor

This is now merged with some extra, minor refactoring. Thanks for the pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: test Issues in the test module in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add queryParam method to MockHttpServletRequestBuilder

3 participants