Closed GoogleCodeExporter closed 8 years ago
The problem is in the net.bull.javamelody.MonitoringFilter, line 234:
if (wrappedResponse.getCurrentStatus() >= 400) {
systemError = true;
errorCounter.addRequestForSystemError(
"Error" + wrappedResponse.getCurrentStatus(), duration, cpuUsedMillis,
null);
}
When respose is 401 with WWW-Authenticate header, the response is NOT actually
an error but only the first handshake of a Basic (or Digest) Auth.
Original comment by luca.mil...@gmail.com
on 21 Jan 2015 at 11:57
This is fixed in trunk (revision 4009) and ready for the next release (1.55).
Thanks
Original comment by evernat@free.fr
on 29 Jan 2015 at 2:01
Original issue reported on code.google.com by
luca.mil...@gmail.com
on 21 Jan 2015 at 11:54