Gi60s / openapi-enforcer

Apache License 2.0
94 stars 22 forks source link

Issue 95 #97

Closed Gi60s closed 3 years ago

Gi60s commented 3 years ago

Fix for issue #95

jankuca commented 3 years ago

This is incorrect I believe. The if (exception.hasException) should be outside the if (pathParams) to also cover operations with no path parameters. I am not able to detect the operation when there is a validation error related to query parameters now.

jankuca commented 3 years ago

Please see #98