Chaitanya Kummaragunta
Chaitanya Kummaragunta
The config option is working correctly in 4.6.2. Issue comes up in 4.7.0.
Possible fix would be to remove this code [here](https://github.com/iheartradio/play-swagger/blob/920fb50381d276fcc3a176b0cc71e767e063761b/core/src/main/scala/com/iheart/playSwagger/SwaggerSpecGenerator.scala#L176) `generatedTagsJson` adds a global level tag for every routes file processed. The same tag is already added to all routes in...
Please take a look at [this sample fix](https://github.com/iheartradio/play-swagger/compare/master...kchaitanya1195:default-tag-70?expand=1).
@kailuowang , As defined in [swagger docs](https://swagger.io/docs/specification/grouping-operations-with-tags/): ```Note that it is possible to use a tag in an operation even if it is not defined on the root level.``` The...
@kailuowang Any updates on this?
@kailuowang Any updates?
Can we simply parse the haproxy line and add it to the request as a header? Something like [this](https://github.com/akka/akka-http/compare/master...kchaitanya1195:wip-haproxy-protocol-support?expand=1)? cc: @jrudolph @sihil