fbo3264
fbo3264
@yskeat I was facing the same problem and ended up using swagger-tools (see https://github.com/apigee-127/swagger-tools/blob/master/docs/Middleware.md). For query/path validation use the provided swaggerMetadata-middleware and for body-validation use the swaggerValidator-middleware
fyi - this also happens if the ModHeaders extension is installed. After removing ModHeaders it works fine.
@sirdarckcat : Yep, it was that one. The funny thing is I cannot reproduce it any longer either - very weird.
Any update on this? I'm facing the same issue...
I may be late to the party but I was facing the same issue although I did not use spring-rest-template-logger but instead my own logging interceptor. As a workaround you...