- 
                Notifications
    You must be signed in to change notification settings 
- Fork 41.6k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement
Description
We have six properties that all relate to the configuration of Tomcat's RemoteIpValve:
- server.tomcat.host-header
- server.tomcat.internal-proxies
- server.tomcat.protocol-header
- server.tomcat.protocol-header-https-value
- server.tomcat.port-header
- server.tomcat.remote-ip-header
They aren't grouped and sit alongside several other properties related to various other areas of Tomcat (threading, connection handling, URI encoding, TLD scanning, etc.). This is becoming increasingly unwieldy. For example, we may want to provide configuration properties for RemoteIpValve's changeLocalName and changeLocalPort properties and naming them succinctly while making their purpose clear is harder than it needs to be at the moment.
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement