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

regexes in path parameters don't build correct swagger schema #922

Closed
fehguy opened this issue Mar 19, 2015 · 2 comments
Closed

regexes in path parameters don't build correct swagger schema #922

fehguy opened this issue Mar 19, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@fehguy
Copy link
Contributor

fehguy commented Mar 19, 2015

It is valid to have regex patters in JAXRS servers but currently they are passed as-is to the swagger.json. Need to properly parse them.

@fehguy fehguy added the Bug label Mar 19, 2015
@fehguy fehguy self-assigned this Mar 19, 2015
@fehguy fehguy added this to the v1.5-M2 milestone Mar 19, 2015
@whitlockjc
Copy link
Contributor

This originally came in from swagger-ui/issues/1054.

@fehguy
Copy link
Contributor Author

fehguy commented Mar 20, 2015

fixed in 6721e95

@fehguy fehguy closed this as completed Mar 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants