Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-02 Thread Lukasz Lenart
2013/10/2 Néstor Boscán : > So if I use: > > https://${ > host}/cambioPassword!input.action > > It will work? > > Don't I have to set the servlet context and namespace? It won't work OOTB - you must add additional getters to your action - it was just an idea how you can solve that. I give you few

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-02 Thread Néstor Boscán
So if I use: https://${ host}/cambioPassword!input.action It will work? Don't I have to set the servlet context and namespace? Regards, Néstor Boscán On Wed, Oct 2, 2013 at 1:08 AM, Lukasz Lenart wrote: > 2013/10/1 Paul Benedict : > > Hmm. Well, there's a couple issues to consider here. > >

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-01 Thread Lukasz Lenart
2013/10/1 Paul Benedict : > Hmm. Well, there's a couple issues to consider here. > > 1) When you're behind a load balancer, the machine name (domain) you're > running on may not be the domain that's fronted to the public. For example, > the user might be accessing www.company.org but you're on > ho

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-01 Thread Lukasz Lenart
2013/10/1 Néstor Boscán : > This one: > > type="redirect">cambioPassword!input.action It's a normal redirect (not redirectAction) so you can use https://host/cambioPassword!input.action Other option is to develop your own ServletRedirectResult. Regards -- Łukasz + 48 606 323 122 http://www.le

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-01 Thread Paul Benedict
Hmm. Well, there's a couple issues to consider here. 1) When you're behind a load balancer, the machine name (domain) you're running on may not be the domain that's fronted to the public. For example, the user might be accessing www.company.org but you're on host123.company.org. When you're changi

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-10-01 Thread Néstor Boscán
This one: cambioPassword!input.action Regards On Tuesday, October 1, 2013, Lukasz Lenart wrote: > 2013/9/30 Néstor Boscán : >> I have an application that runs on weblogic 10.3.6 and struts 2.3.8. The >> weblogic is behind a loadbalancer that does https to http translation. When >> the applicat

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread Lukasz Lenart
2013/9/30 Néstor Boscán : > I have an application that runs on weblogic 10.3.6 and struts 2.3.8. The > weblogic is behind a loadbalancer that does https to http translation. When > the application uses a redirect it will use HTTP instead of the original > HTTPS protocol. Is there a way to force red

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread Néstor Boscán
Hi The name remains the same, the loadbalancer name. And yes the weblogic server is not the same as the external name of the loadbalancer. On Mon, Sep 30, 2013 at 6:44 PM, wrote: > And what happens with the name of the server? I suppose the name of the > weblogic server is not the same as te e

Re: S2: Using HTTPS, when I redirect, I get HTTP

2013-09-30 Thread jlmagc
And what happens with the name of the server? I suppose the name of the weblogic server is not the same as te external name of the loadbalancer, no? Sent via BlackBerry from T-Mobile -Original Message- From: Néstor Boscán Date: Mon, 30 Sep 2013 16:19:35 To: Struts Users Mailing List Rep