Re: Handling wildcard domains in Tomcat 8.0

2017-03-05 Thread Nick Johnson
On Sun, Mar 5, 2017 at 10:56 AM, Mark Thomas wrote: > > >> That is not correct. Tomcat makes no changes to the Host or > >> X-Forwarded-Host header it receives in the default configuration. > > > > Are there any configuration modifications that could cause this behavior > to > > manifest? > > The

Re: Handling wildcard domains in Tomcat 8.0

2017-03-05 Thread Nick Johnson
On Mar 5, 2017 9:50 AM, "Mark Thomas" wrote: On 04/03/17 04:33, Nick Johnson wrote: > Greetings, > > I have observed that with the default configuration where the name > is 'localhost', Tomcat will change the Host and X-Forwarded-Host headers to > the IP add

Handling wildcard domains in Tomcat 8.0

2017-03-03 Thread Nick Johnson
Greetings, I have observed that with the default configuration where the name is 'localhost', Tomcat will change the Host and X-Forwarded-Host headers to the IP address of the local machine. For my use case, this is highly undesirable behavior, because the hostname is meaningful to my applicatio