Hi László,

On 8/16/12 9:45 AM, László Monda wrote:
Medusa should always report some sort of error even if the name or the
URL of the RPC call is invalid instead of silently ignoring the
request.  Is this possible?  Should I create a ticket for this?

There is more than XML-RPC being served. Your original code requested "/", which is the Supervisor status page. When I tried it, the server returned a 200 OK response with the HTML for the status page in the body. That's what it is designed to do. The server will only process XML-RPC if you send the request to the XML-RPC endpoint ("/RPC2").

Regards,
Mike

--
Mike Naberezny
Maintainable Software
http://maintainable.com

_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to