Skip to content

Fixes REST server bad HTTP request with code 200 issue

Fixed by overriding BaseHTTPRequestHandler's send_error method in AdminWebServiceWSGIRequestHandler class and prepending headers to error_message_format variable.

Fixes: https://gitlab.com/mailman/mailman/issues/288

Merge request reports