Re: sslext -- anyone using it?

2006-09-15 Thread Michael Rush
I have been using the sslext library for some time. I have only used it with Struts 1.1 and 1.2 though, never with 1.3. As for your concerns regarding the custom controller/processor class, sslext comes with a SecureTilesRequestProcessor class. I have been using it with tiles without issue.

Re: sslext -- anyone using it?

2006-09-15 Thread Adam J Samere
I have been using the sslext library for some time. I have only used it with Struts 1.1 and 1.2 though, never with 1.3. As for your concerns regarding the custom controller/processor class, sslext comes with a SecureTilesRequestProcessor class. I have been using it with tiles without issue.

Re: sslext -- anyone using it?

2006-09-15 Thread Brett Connor
Huh. Completely the wrong post to reply to. Sorry folks... this of course was meant for the "Oracle Sequence" question. Brett Quoting Brett Connor <[EMAIL PROTECTED]>: > selecting max... isn't a viable solution, because of other sessions as you > say. > Assuming you're at least using Java, you

Re: sslext -- anyone using it?

2006-09-15 Thread Brett Connor
selecting max... isn't a viable solution, because of other sessions as you say. Assuming you're at least using Java, you might want to look at java.sql.Statement.getGeneratedKeys() Oracle database returns generated keys in the 'C' i/f, my memory's rusty for JDBC but I know there is a way somewher

Re: SSLEXT extension and Struts 1.2.7

2005-12-15 Thread Laurie Harper
Randy Shepherd wrote: The latest version of SSLEXT seems to be for Struts 1.2.2, is there a newer version, or have people had success implementing the 1.2.2 version of SSLEXT with Struts 1.2.7? I haven't used sslext, but Struts 1.2.7 should be similar enough to 1.2.2 that you shouldn't have a

Re: sslext

2005-12-08 Thread Tremal Naik
2005/12/6, Jim Reynolds <[EMAIL PROTECTED]>: > If I put a object into the request, and switched protocols, the > request object was no longer found? Since most struts work has I see that when sslext switches from a protocol to another what is really happening is: a redirect is sent in the response

Re: sslext

2005-12-07 Thread Dave Newton
Jim Reynolds wrote: If I put a object into the request, and switched protocols, the request object was no longer found? Since most struts work has something to do with passing requests around, how can this sslext work in a dynamic environment. I hope I am doing something wrong. I followed the i

RE: sslext

2005-12-06 Thread Scott Purcell
es complete sense how it works. I am going to configure this tonight into my system and give it a try. Looks like a clean implementation. Scott -Original Message- From: Daniel Perry [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 11:08 AM To: Struts Users Mailing List

RE: sslext

2005-12-06 Thread Daniel Perry
> If I use the action mapping and forward to a full url specifying the > type [http, https], then I have to do a redirect, and then the jsp > page shows up in the url, and that is not good. So I hate that idea. Why does the jsp have to show up in the url? Why not redirect to a full struts url, eg

Re: sslext

2005-12-06 Thread Dave Newton
Jim Reynolds wrote: Then I found the sslext at sourceforge ... but cannot find any information on how this works, how to configure, etc. And the mailing lists look like a ghost town. http://struts.apache.org/struts-doc-1.2.x/faqs/ssl.html --

RE: sslext java.lang.ClassCastException in SecureRequestProcessor

2005-03-31 Thread David G. Friedman
Mark, If you plan on using the SecureRequestProcossor, isn't it expecting EVERY action config to have a className of the SecureActionConfig? Wouldn't it be better for you to globally set the type so all actions use secureActionConfig so you avoid case problems like this? (see action "/Logon" whic

Re: sslext

2005-02-07 Thread Tim Christopher
sources using the web.xml parameter > was removed. > > http://struts.apache.org/userGuide/configuration.html#resources_config > > Niall > > - Original Message - > From: "Tim Christopher" <[EMAIL PROTECTED]> > Sent: Monday, February 07, 2005

Re: sslext

2005-02-07 Thread Niall Pemberton
February 07, 2005 2:49 PM Subject: Re: sslext > I upgraded to Struts 1.2 and that fixed the problem, thanks. > > ... I'm now gettting a new problem though - the Struts Validator does > not appear to be called anymore, and it also has problems finding the > properti

Re: sslext

2005-02-07 Thread Tim Christopher
I upgraded to Struts 1.2 and that fixed the problem, thanks. ... I'm now gettting a new problem though - the Struts Validator does not appear to be called anymore, and it also has problems finding the properties file: ApplicationDispatcher[/Web_Module]: Servlet.service() for servlet debugjsp thr

Re: sslext

2005-02-06 Thread Niall Pemberton
TagUtils was added in the Struts 1.2 branch, so presumably you're using Struts 1.1 or 1.0? If thats the case then are your probably using the wrong version of sslext - either upgrade your version of struts or download the appropriate version of sslext for the version of struts you're using. Niall

[RESOLVED] RE: sslext : Location of org.apache.struts.config.SecureActionConfig

2004-09-16 Thread Mark Benussi
Fixed now. Downloaded the latest version of sslext - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]