nerdErg / swagger4jaxrs

This is a Grails plugin that adds Swagger support to document REST APIs of any Grails projects that use the Grails JAX-RS (JSR 311) plugin.
Apache License 2.0
10 stars 10 forks source link

Using Context Path. #17

Closed aaron-brown closed 10 years ago

aaron-brown commented 10 years ago

This is more appropriate for what needs to be done. The GrailsLinkGenerator created URLs based on hostname of server (obviously), but this means that the Try-It-Out function had odd behavior and did not use the DNS name.

The Context Path solves that issue.

aaron-brown commented 10 years ago

I apparently already have this open in #16. Don't remember doing that, but closing this one.