-
Notifications
You must be signed in to change notification settings - Fork 738
Request Parameters doubled #321
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
Comments
Duplicates #286. The problem's fixed in 1.1.2.RELEASE. It's always worth trying the latest version before reporting an issue. |
In 1.1.2.RELEASE the error occurs again if I want to change the parameter values.
returns |
I suspect that's because |
With
it works fine. |
I use Spring REST Docs 1.1.1.RELEASE.
My url contains request parameters as described in
Spring REST Docs documentation: Request parameters:
this.mockMvc.perform(get("/devices?page=2&per_page=100")).andDo(document("document"));
http-request.adoc contains
GET /devices?page=2&per_page=100&page=2&per_page=100 HTTP/1.1
The request parameters are doubled.
The text was updated successfully, but these errors were encountered: