You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Zhao Yongming (JIRA)" <ji...@apache.org> on 2013/09/13 05:40:51 UTC

[jira] [Created] (TS-2221) remove proxy.config.http.anonymize_insert_client_ip

Zhao Yongming created TS-2221:
---------------------------------

             Summary: remove proxy.config.http.anonymize_insert_client_ip
                 Key: TS-2221
                 URL: https://issues.apache.org/jira/browse/TS-2221
             Project: Traffic Server
          Issue Type: Improvement
          Components: HTTP
            Reporter: Zhao Yongming


this is for V5 branch changes, we should proxy.config.http.anonymize_insert_client_ip, as it is replaced by proxy.config.http.insert_client_ip.


we should name proxy.config.http.anonymize_insert_client_ip as 'proxy.config.http.insert_request_client_ip' or just 'proxy.config.http.insert_client_ip'

and the current implement of the insert client ip works only if the client request do not have a 'Client-ip' header, but sometimes we need to replace it even if someone send us a fake 'Client-ip':

proxy.config.http.insert_client_ip
INT
1

When disabled(0), do nothing.
When enabled (1), Traffic Server inserts Client-IP headers to retain the client IP address, if there is no such headers. 
When forced (2), Traffic Server inserts Client-IP, or replace the origin Client-IP header if it is already there.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira