SSL Offloading with Resin
Does Resin offer any features to assist with common redirect problems when using SSL offloading? We are trying to move the SSL termination to our load balancer, but response.sendRedirect() is sending traffic that should go to HTTPS to HTTP. We are trying to write a servlet filter that turns all redirect URLs into absolute paths, but I was hoping Resin would offer functionality to help out if we set a header parameter at the load balancer. By the way, we are still using Resin 3.0.24.
Thanks,
Shane
|