Hi Cliff no need to, your post reminded me of a patch [EMAIL PROTECTED] send to the mailing list in october last year:

+    def remote_host(self):
+        try:
+ return cherrypy.request.headerMap.get("X-Forwarded- For",cherrypy.request.remoteHost).split(",")[-1].strip()
+        except:
+            return ''

This is in svn now, I don't have an apache - TG setup, The code looks like it should do the trick but can someone which such a setup
confirm that this is ok?

Cheers
Ronald

On Jan 6, 2006, at 8:31 PM, Cliff Wells wrote:


Kevin Dangoor wrote:

Can you open a ticket to make sure we do this?


Actually, I can't... is trac down?

Cliff


________________________________
Ronald Jaramillo
mail: ronald AT checkandshare DOT com
blog: http://www.checkandshare.com/blog



Reply via email to