Hi Jonas, On Wed, Nov 2, 2016 at 2:57 PM, Jonas Koperdraat <[email protected]> wrote: > It seems to me that this is a bug, but I might be mistaken, Is anyone > else familiar with this problem and aware of a solution/workaround?
is your proxy sending the X-Forwarded-Host header to the servlet engine (watchout for Tomcat [1])? You can always implement a Servlet filter that would override the getRequestURL using HttpServletRequestWrapper or (if using) Tomcat Valve that would do the same. zoran [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=57665 -- Zoran Regvart [email protected]
