You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by jo...@apache.org on 2006/07/15 22:58:27 UTC

svn commit: r422292 - /webservices/xmlrpc/trunk/src/site/fml/faq.fml

Author: jochen
Date: Sat Jul 15 13:58:26 2006
New Revision: 422292

URL: http://svn.apache.org/viewvc?rev=422292&view=rev
Log:
Added the suggestion to use the ServletWebServer and not the raw WebServer, if more detailed request information is required.

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

Modified: webservices/xmlrpc/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/src/site/fml/faq.fml?rev=422292&r1=422291&r2=422292&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/src/site/fml/faq.fml (original)
+++ webservices/xmlrpc/trunk/src/site/fml/faq.fml Sat Jul 15 13:58:26 2006
@@ -209,5 +209,12 @@
         ]]></source>
       </answer>
     </faq>
+
+    <faq id="client_ip_webserver">
+      <question>How to I get the clients IP address in a handler when using the WebServer class?</question>
+      <answer>
+        Use the ServletWebServer class and see the answer to the previous question.
+      </answer>
+    </faq>
   </part>
 </faqs>



---------------------------------------------------------------------
To unsubscribe, e-mail: xmlrpc-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: xmlrpc-dev-help@ws.apache.org