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

&reg converted to ® in curl command generated by swagger-ui #2113

Closed
nader-ziada opened this issue Apr 22, 2016 · 2 comments
Closed

&reg converted to ® in curl command generated by swagger-ui #2113

nader-ziada opened this issue Apr 22, 2016 · 2 comments
Milestone

Comments

@nader-ziada
Copy link

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 &reg as in the following example

Expected:
http://service-url/path?language=EN&region=US&country=USA

Actual:
http://service-url/path?language=EN®ion=US&country=USA

@fehguy
Copy link
Contributor

fehguy commented Jun 16, 2016

This is fixed by swagger-api/swagger-js#798

@fehguy
Copy link
Contributor

fehguy commented Jun 16, 2016

fixed in efb7765

@fehguy fehguy closed this as completed Jun 16, 2016
@fehguy fehguy added this to the v2.2.1 milestone Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants