|
|
@@ -183,7 +183,7 @@ func (this *HTTPServer) ServeHTTP(responseStream http.ResponseWriter, requestStr
|
|
|
}
|
|
|
|
|
|
if !validateData(handler) {
|
|
|
- this.log.Error("malformed validation failed", LogValue("path", requestStream.URL.Path), LogError(err))
|
|
|
+ this.log.Error("validation failed", LogValue("path", requestStream.URL.Path))
|
|
|
responseStream.WriteHeader(http.StatusNotAcceptable)
|
|
|
return
|
|
|
}
|