Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add queryParam method to MockHttpServletRequestBuilder #23980

Closed
wants to merge 1 commit into from

Conversation

jo2
Copy link
Contributor

@jo2 jo2 commented Nov 12, 2019

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
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