Re: Trouble with SSL and struts using sslext

2004-07-22 Thread Ludovic Bailly
Jim Kennedy mindspring.com> writes: > What causes the framework to use the SecureRequestProcessor.> You have to change the controller processorClass in your struts-config.xml. Switch to org.apache.struts.action.SecureRequestProcessor or org.apache.struts.action.TilesSecureRequestProcessor if y

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
RequestProcessor, not the SecureRequestProcessor. I do I change this class to use the correct one for the sslext technique. -Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 4:01 PM To: 'Struts Users Mailing List' Subject: RE: Trouble wit

Re: Trouble with SSL and struts using sslext

2004-07-22 Thread Nathan Maves
Jim, Works perfect for me. ... On Jul 22, 2004, at 1:49 PM, Jim Kennedy wrote: I can't seem to get any of my action to go under https. The config seems fairly simple but I must be missing something. I want

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
cessor. I do I change this class to use the correct one for the sslext technique. -Original Message- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 4:01 PM To: 'Struts Users Mailing List' Subject: RE: Trouble with SSL and struts using sslext I

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
EMAIL PROTECTED] Subject: RE: Trouble with SSL and struts using sslext > -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 12:50 PM > To: 'Struts Users Mailing List' > Subject: Trouble with SSL and struts using sslext &

RE: Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Barrows
> -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 22, 2004 12:50 PM > To: 'Struts Users Mailing List' > Subject: Trouble with SSL and struts using sslext > > > I can't seem to get any of my action to go und

Trouble with SSL and struts using sslext

2004-07-22 Thread Jim Kennedy
I can't seem to get any of my action to go under https. The config seems fairly simple but I must be missing something. I want some pages to be under SSL and others not to. Here is my config: Struts-config.xml (snippet only) Also