Re: Struts 1.3.5 and SSL

2006-12-13 Thread Niall Pemberton
lts 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 u

Re: Struts 1.3.5 and SSL

2006-12-12 Thread Joseph McGranaghan
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 functionality. I've added a page describing what you need

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

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

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
e: > Write yourself a Command and add it into the chain. > > Joseph McGranaghan 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. >&

Re: Struts 1.3.5 and SSL

2006-12-11 Thread Joseph McGranaghan
Write yourself a Command and add it into the chain. Joseph McGranaghan 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