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
Spring boot application version 1.3.3 using spring-fox version 2.4.0
We have a query parameter called "language" and another called "region". When the swagger-ui page generates the curl command that can be copied to run in the command line, it changes to ® as in the following example
Spring boot application version 1.3.3 using spring-fox version 2.4.0
We have a query parameter called "language" and another called "region". When the swagger-ui page generates the curl command that can be copied to run in the command line, it changes to ® as in the following example
Expected:
http://service-url/path?language=EN®ion=US&country=USA
Actual:
http://service-url/path?language=EN®ion=US&country=USA
The text was updated successfully, but these errors were encountered: