Re: redirect-action to https

2008-03-04 Thread Nuwan Chandrasoma
Hi, take a look at this plug-in and code, it may be helpful to you. http://code.google.com/p/struts2-ssl-plugin/ Thanks, Nuwan David Loup wrote: Hi, I'm trying to have Struts 2 redirect over HTTPS protocol. On submit of a form calling editPerson.action (on a page already on HTTPS),

Re: redirect-action to https

2008-03-04 Thread oscar perez
I don't know if struts 2 provides functionality for that but I've used acegi for a scenario such as the one you described. Oscar On Tue, Mar 4, 2008 at 12:25 PM, David Loup <[EMAIL PROTECTED]> wrote: > Hi, > > > > I'm trying to have Struts 2 redirect over HTTPS protocol. > > > > On submit of a f

redirect-action to https

2008-03-04 Thread David Loup
Hi, I'm trying to have Struts 2 redirect over HTTPS protocol. On submit of a form calling editPerson.action (on a page already on HTTPS), the following redirects to HTTP. listPersons /pages/viewPerson.jsp Is there any configur

[Struts2] How to set a redirect action to https?

2007-02-25 Thread Neil Aggarwal
Hello: In Struts 2, I am trying to figure out how to redirect a user to https when they make a request using http. When I try to do the redirect, I get this error: Not Found The requested URL /https://tweb.retcgroup.com/thymeleweb/login.action was not found on this server. Here is my struts.xml