Re: Struts 1.3.5 and SSL

2006-12-13 Thread Niall Pemberton
great, thanks for feeding back :-) Niall On 12/13/06, Joseph McGranaghan <[EMAIL PROTECTED]> wrote: Yep, everything seems to work fine besides other upgrade issues. Thanks again. Joseph McGranaghan wrote: > Thanks Naill, you're the man! :-) > > I'll reply my results to the list. > > -Joe > >

Re: Struts 1.3.5 and SSL

2006-12-12 Thread Joseph McGranaghan
Yep, everything seems to work fine besides other upgrade issues. Thanks again. Joseph McGranaghan wrote: Thanks Naill, you're the man! :-) I'll reply my results to the list. -Joe Niall Pemberton wrote: On 12/10/06, Joseph McGranaghan <[EMAIL PROTECTED]> wrote: Sorry, but I just can't get

Re: Struts 1.3.5 and SSL

2006-12-11 Thread Joseph McGranaghan
Thanks Naill, you're the man! :-) I'll reply my results to the list. -Joe Niall Pemberton wrote: On 12/10/06, Joseph McGranaghan <[EMAIL PROTECTED]> wrote: Sorry, but I just can't get a clear understanding of a solution for Struts 1.3.5 and SSL. I've always used sslext to ensure my pages ar

Re: Struts 1.3.5 and SSL

2006-12-11 Thread Niall Pemberton
On 12/10/06, Joseph McGranaghan <[EMAIL PROTECTED]> wrote: Sorry, but I just can't get a clear understanding of a solution for Struts 1.3.5 and SSL. I've always used sslext to ensure my pages are secured. So now if I want to use the new ComposableRequestProcessor, how can I implement this funct

Re: Struts 1.3.5 and SSL

2006-12-11 Thread Joseph McGranaghan
Thanks for your input Wendy. The most relevant thread I've found is http://marc.theaimsgroup.com/?l=struts-user&m=116112041327956&w=2 The struts wiki page http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 documents the fix for the missing tiles commands. -Joe Wendy Smoak wrote: on 12

Re: Struts 1.3.5 and SSL

2006-12-11 Thread Wendy Smoak
on 12/11/06, Joseph McGranaghan <[EMAIL PROTECTED]> wrote: - Do I start with the default ComposableRequestProcessor? - Do I gut the org.apache.struts.action.SecureTilesRequestProcessor and add it to commands - Do I need to alter the underlying struts chain-config, override it, or just add comm

RE: Struts 1.3.5 and SSL

2006-12-11 Thread Scott Purcell
I was trying to follow this thread and didn't see any responses? Has this been answered off-line? Just curious. Thanks, -Original Message- From: Joseph McGranaghan [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 6:34 AM To: Struts Users Mailing List Subject: Re: Struts

Re: Struts 1.3.5 and SSL

2006-12-11 Thread Joseph McGranaghan
Could you be more clear? - Do I start with the default ComposableRequestProcessor? - Do I gut the org.apache.struts.action.SecureTilesRequestProcessor and add it to commands - Do I need to alter the underlying struts chain-config, override it, or just add commands in another chain-config