You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabledUrlTemplate(ing) in my docket config and switched the UI to this one. The overloaded get methods I have display properly, however the swagger UI looks like it's doubling query parameters after clicking the Execute button;
I enabledUrlTemplate(ing) in my docket config and switched the UI to this one. The overloaded get methods I have display properly, however the swagger UI looks like it's doubling query parameters after clicking the Execute button;
http://localhost:8080/resources/transforms?name=test&name=test
This succesfully calls the correct Spring controller method but with value "test,test";
I've confirmed that a direct call to the url
http://localhost:8080/resources/transforms?name=test
works as intended.
The text was updated successfully, but these errors were encountered: