You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Terefang Verigorn (JIRA)" <ji...@apache.org> on 2018/08/25 12:10:00 UTC

[jira] [Created] (MEECROWAVE-137) default remote-ip-valve setup options

Terefang Verigorn created MEECROWAVE-137:
--------------------------------------------

             Summary: default remote-ip-valve setup options
                 Key: MEECROWAVE-137
                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-137
             Project: Meecrowave
          Issue Type: New Feature
    Affects Versions: 1.2.3
            Reporter: Terefang Verigorn


one of the common use cases is to put tomcat behind a ssl-offloader.

to receive proper headers, attributes and redirection there is the remoteipvalve.

spring boot already has this feature covered as documented here:
[https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-use-tomcat-behind-a-proxy-server]

i propose that, if any of the following options are present, to trigger the auto-setup of a remoteipvalve within meecrowave:

tomcat.remote-ip-header=x-your-remote-ip-header
tomcat.protocol-header=x-your-protocol-header
tomcat.internal-proxies=192\\.168\\.\\d\{1,3}\\.\\d\{1,3}
tomcat.use-forward-headers=true

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)