You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by jo...@apache.org on 2008/08/05 17:01:25 UTC

svn commit: r682735 - in /webservices/xmlrpc/trunk/src: changes/changes.xml site/fml/faq.fml

Author: jochen
Date: Tue Aug  5 08:01:23 2008
New Revision: 682735

URL: http://svn.apache.org/viewvc?rev=682735&view=rev
Log:
Documented changes.

Modified:
    webservices/xmlrpc/trunk/src/changes/changes.xml
    webservices/xmlrpc/trunk/src/site/fml/faq.fml

Modified: webservices/xmlrpc/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/src/changes/changes.xml?rev=682735&r1=682734&r2=682735&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/src/changes/changes.xml (original)
+++ webservices/xmlrpc/trunk/src/changes/changes.xml Tue Aug  5 08:01:23 2008
@@ -29,6 +29,17 @@
       <action dev="jochen" type="fix" issue="XMLRPC-157" due-to="Kay Tiong Khoo" due-to-email="kaytiong@gmail.com">
         Minor grammar improvements.
       </action>
+      <action dev="jochen" type="add" issue="XMLRPC-156">
+        Added the XmlRpcErrorHandler, which allows to customize the error logging.
+        This allows, for example, to minimize the logging for business exceptions.
+      </action>
+      <action dev="jochen" type="fix" issue="XMLRPC-155">
+        Documented, that called methods are choosen based on their signature.
+        In particular, multiple methods with the same name are supported.
+      </action>
+      <action dev="jochen" type="fix" issue="XMLRPC-158">
+        Fixed the FAQ entry on how to obtain the clients IP address.
+      </action>
     </release>
     <release version="3.1" date="2007-Aug-31">
       <action dev="jochen" type="add">

Modified: webservices/xmlrpc/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/src/site/fml/faq.fml?rev=682735&r1=682734&r2=682735&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/src/site/fml/faq.fml (original)
+++ webservices/xmlrpc/trunk/src/site/fml/faq.fml Tue Aug  5 08:01:23 2008
@@ -134,6 +134,12 @@
   </part>
 
   <part id="server">
+    <faq id="logging">
+      <question>How do I reduce the servers error logging?</question>
+      <answer>Create a subclass of XmlRpcErrorLogger and set it on the
+        XmlRpcStreamServer.</answer>
+    </faq>
+
     <faq id="streaming_mode">
       <question>How do I enable streaming mode?</question>
       <answer>