On Wed, Apr 27, 2011 at 5:18 PM, AlexS wrote: ... > Obviously the CGI scope itself is not writable so you can't manually > override the data programatically. Is there a specific reason for > this ? Is it to be compatible with ACF or another restriction?
CGI is just not writeable. :-/ There's a long drawn-out story behind it. What you're specifically asking about can be handled in the container though. For Tomcat it looks like it's this: http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote_IP_Valve Other containers have various ways of doing the same thing. :Den -- To delight in war is a merit in the soldier, a dangerous quality in the captain, and a positive crime in the statesman. George Santayana -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
