Could someone slap me with a manual reference to a problem of mine:
Our customer has a https-terminating publicly known firewall-host that redirects requests
as plain http to my server. So when people go to
https://public.host.com, they get
redirected to
http://private.host.com on the inside.
The problem is, of course, that the
private.host.com generates HTML links etc back to
itself, rendering them as
http://private.host.com to the outside customers, resulting in
404:s.
Is there a way of configuring (virtual hosts?) the JBoss 4.2.2GA so that the links
generated would, not only be
public.host.com but also https:// again?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189732#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...