AW: AW: Struts in loadbalanced enviroment

2005-09-07 Thread Eickvonder Bjoern
to do local development and testing without the need of a loadbalancer to be in place. Bjoern > -Ursprüngliche Nachricht- > Von: Adam Hardy [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 7. September 2005 16:30 > An: Struts Users Mailing List > Betreff: Re: AW: Struts

Re: AW: Struts in loadbalanced enviroment

2005-09-07 Thread Adam Hardy
Hi there, this approach I presume restricts you to SSL only on all your redirects - or do you have logic in there to determine whether any particular URL has to be SSL encoded or not? Am I correct in thinking that the use of the load-balancer to do the SSL-encoding prevents the use of contai

AW: Struts in loadbalanced enviroment

2005-09-06 Thread Eickvonder Bjoern
Hello, we solved this problem by using a "redirect"-filter over the whole application that wraps the HttpServletResponse. This HttpServletResponseWrapper overwrites the sendRedirect method such that it replaces http by https. As every redirect-request goes through this method you got what you w