Bugs item #510329, was opened at 2002-01-29 21:24
Message generated for change (Settings changed) made by cito
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=510329&group_id=4866
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: XMLRPCServlet exceptions in __init__
Initial Comment:
If an XMLRPC servlet raises an exception in __init__(),
the exception does not come through correctly on the
XMLRPC client side. It looks as if the HTML error page
is generated, which then leads to parsing problems on
the client side.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-11-10 21:50
Message:
Closing some bug reports that were sitting here for years.
If the RPC servlet cannot initialize, then it's impossible to send back a
proper response via RPC. You get a "500 server error", and the traceback is
listed in the error log on the server side. I think that's appropriate.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=510329&group_id=4866
|