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

Non-alphanumeric characters in operationId #726

Closed
adrianbk opened this issue Nov 16, 2014 · 2 comments
Closed

Non-alphanumeric characters in operationId #726

adrianbk opened this issue Nov 16, 2014 · 2 comments

Comments

@adrianbk
Copy link

Not correctly escaping non-alphanumeric characters See this issue

@fehguy
Copy link
Contributor

fehguy commented Dec 3, 2014

This logic is handled here:

https://github.com/swagger-api/swagger-js/blob/develop_2.0/src/main/javascript/swagger.js#L225

Can you send a PR with an improved regex?

@fehguy
Copy link
Contributor

fehguy commented Dec 29, 2014

This should be addressed now.

@fehguy fehguy closed this as completed Dec 29, 2014
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