Axway-API-Management-Plus / openapi-validator

Validates request and response based on the OpenAPI specification
Apache License 2.0
3 stars 1 forks source link

Problems with Report -APIManager 20220830 #8

Open larswaldeZ opened 1 year ago

larswaldeZ commented 1 year ago

After enabling the Report we get no valid variable "circuit.failure.reason" after validation fails. APIManager 20220830 _ Openapi Va

if (validationReport.hasErrors() ) { msg.put("circuit.failure.reason", validationReport.getMessages() ); msg.put("http.response.status", 400 ); return false; } else { return true; }