I’m running Restlet 2.0.4 on Google App Engine, behind a Squid reverse proxy.
Although Squid correctly sets the “X-Forwarded-For“ HTTP header, getRequest().getClientInfo().getUpstreamAddress() returns the proxy’s address as opposed to the user-agent’s forwarded address. Documentation says I should set a “useForwardedForHeader” to true in order to activate this feature. But how exactly do I set it when running on App Engine? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2713243

