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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]