Re: SSL and actionforms

2004-03-09 Thread amr
; 03/09/2004 11:13 <[EMAIL PROTECTED]> AM cc Subject

Re: SSL and actionforms

2004-03-09 Thread Franck Lefebure
Le Tuesday, March 09, 2004 11:49 AM, Håkan Fransson <[EMAIL PROTECTED]> m'a, d'une plume avisee, ecrit: > We are on development right now so we are just assuming all material > being dynamic > and deploy the web application direct on the application server(WAS > 5.0.2.2) and it's web container > u

Re: SSL and actionforms

2004-03-09 Thread Mark Lowe
what's your deployment setup like? running with apache? On 9 Mar 2004, at 16:21, Håkan Fransson wrote: Hi!! I'm running a struts application on Websphere and have encountered a problem when added SSL. It seems that on submit, the set methods on the actionform sometimes are not invoked. It works

Re: ssl question

2003-10-07 Thread Stephane Grenier
Hello all. I noticed this only happens when I use the sslext:pageScheme tag. Any suggestions ? Thank you, Stephane - Original Message - From: "Stephane Grenier" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, Octo

Re: ssl question

2003-10-07 Thread Stephane Grenier
Hello all. Thank you for the suggestions earlier, I was able to get further, however I am still not able to the webapp to correctly run. I was wondering if there are any special configurations I need to do to use sslext with tomcat where the ssl certificate is installed in apache on the front.

Re: ssl question

2003-10-07 Thread Stephane Grenier
r" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Stephane Grenier" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 10:12 AM Subject: Re: ssl question > The second problem is likely an "infinite redirection loop"

Re: ssl question

2003-10-07 Thread Max Cooper
renier" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 11:40 PM Subject: Re: ssl question > As well, it appears that when as any on the production box. Any suggestions are appreciated. > > Thanks > Steph

Re: ssl question

2003-10-06 Thread Stephane Grenier
As well, it appears that when To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 2:33 AM Subject: ssl question Hello all. I can't seem to find the cause of this particular problem. Perhaps someone can point me in the correct direction. On my local box I'm using

Re: SSL Ext and the Struts Controller class issue.

2003-06-25 Thread Mick Knutson
OK, looking through the sslext.jar, I found the SecureTilesRequestProcessor. But, I have a new error that seems very odd. I use the containers j_security_check within a login.jsp, not a struts action. So, when I try to access any secured page, I am prompted for a username and password. Then I am

Re: SSL extension question

2003-03-11 Thread James
it's ok I've got it... I missed the RequestProcessor entry in the struts-config.xml "James" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I''m using the sslext struts extension to switch from non ssl to ssl.. > however i cant seem to get it working. > I use the url http://localho

Re: SSL and Struts

2003-02-08 Thread John D. Dubchak
On Saturday 08 February 2003 09:26, Rabih Yazbeck wrote: > Hello, > > I have question regarding the use and the compatibility of SSL and > Struts. My application requires SSL-only connection. Is there any cost > for that? Any compatibility issue by using Struts? Thanks in advance... > > - Rabih Th

RE: SSL and Struts

2003-02-08 Thread mech
Hi, I mix http and https protocol in my current webapp development. My container and form based login is switching to https by a container security constraint. Afterwards I'm also using session beans and almost everything struts offers. So far I encountered not special difficulties with regards to

RE: SSL

2003-01-22 Thread Gemes Tibor
accidentally sent via direct mail. sorry - Forwarded mail - > From: Gemes Tibor <[EMAIL PROTECTED]> > To: "McRobb, John" <[EMAIL PROTECTED]> > Subject: RE: SSL > Date: 22 Jan 2003 18:00:03 +0100 > > 2003-01-22, sze keltezéssel McRobb, John ezt í

Re: SSL

2003-01-22 Thread Gemes Tibor
2003. január 22. 14:16 dátummal McRobb, John ezt írtad: > We are using struts 1.1 and tiles. > How do we specify if a tiled page should be served using ssl or not? > i.e like we do for a jsp in the web.xml Your page is returned in one request-response cycle (however the server may assemble it fro

RE: SSL

2003-01-22 Thread Andy Kriger
Are you using the sslext package? -Original Message- From: McRobb, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 8:16 To: '[EMAIL PROTECTED]' Subject: SSL We are using struts 1.1 and tiles. How do we specify if a tiled page should be served using ssl or not? i.e like

Re: SSL and Struts

2002-11-13 Thread Laurie Dickinson
Thanks. The problem was with the server configuration. The sourceforge tag helped with the diagnosis. At 01:41 PM 11/13/2002 -0500, Robert Leland wrote: Laurie Dickinson wrote: Dear All, My first posting. I'm having some difficulty using SSL with struts. Here's some background (with dummy n

RE: SSL+Tiles

2002-07-30 Thread James Mitchell
IL PROTECTED]] > Sent: Friday, July 26, 2002 4:37 PM > To: Struts Users Mailing List > Subject: Re: SSL+Tiles > > > I wrote Stever Ditlinger and he sent me a jar of a version he has that > is 1.1 compatible! I replied asking him for a URL, and hope to have the > URL to p

Re: SSL+Tiles

2002-07-26 Thread Eddie Bush
I'm not finding it :-/ You should be able to take the principals Ditlinger gives and transfer those concepts to 1.1 idealogies. In other words, you probably want to extend RequestProcessor instead of ActionServlet. I would think, with the advent of servlet specification 2.3, you may also fin

Re: SSL+Tiles

2002-07-26 Thread Eddie Bush
Search is a powerful tool. Upon searching Java World for "Ditlinger", I found many articles he authored. One you may find particularly interesting is: http://www.javaworld.com/javaworld/jw-05-2002/jw-0510-struts.html Gilmar J. Alves de Souza Jr. wrote: >Hello Eddie, > > Thanks for you

Re: SSL+Tiles

2002-07-26 Thread Eddie Bush
Have you tried to STFW? I know it's out there. You're right though - that one covers 1.0 Gilmar J. Alves de Souza Jr. wrote: >On Fri, 2002-07-26 at 12:44, Eddie Bush wrote: > >>Search is a powerful tool. Upon searching Java World for "Ditlinger", I >>found many articles he authored. One yo

Re: SSL+Tiles

2002-07-26 Thread Gilmar J. Alves de
On Fri, 2002-07-26 at 12:44, Eddie Bush wrote: > Search is a powerful tool. Upon searching Java World for "Ditlinger", I > found many articles he authored. One you may find particularly > interesting is: > > http://www.javaworld.com/javaworld/jw-05-2002/jw-0510-struts.html > Hi Eddie, Th

Re: SSL+Tiles

2002-07-26 Thread Eddie Bush
I wrote Stever Ditlinger and he sent me a jar of a version he has that is 1.1 compatible! I replied asking him for a URL, and hope to have the URL to post here soon. I also asked if he could tell me if there was an accompanying article - I _know_ I've seen it somewhere. I just cannot find i

Re: SSL

2002-05-13 Thread @Basebeans.com
Subject: Re: SSL From: "Wolfgang Gehner" <[EMAIL PROTECTED]> === just testposting... Andy Noble wrote in message ... >Always worth checking out Ted Husted's site : > >http://husted.com/struts/FAQ/controller-ssl.htm > >Andy > >- Original Message -

Re: RE: SSL + URL rewriting problem

2002-02-08 Thread Nathan Anderson
The problem is not that it is "speaking" on port 443, but that it is using http not https. This is what I think is happening... 1. A request is sent from the client to "https://hostname/appname/index.jsp"; 2. Apache 1.3.22 recieves this request and verifies the users certificate and keys. 3. A

Re: SSL + URL rewriting problem

2002-02-08 Thread Max Cooper
would not mess with the URL as long as you don't need to switch ports. -Max - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 3:45 AM Subjec

RE: SSL + URL rewriting problem

2002-02-08 Thread Galbreath, Mark
Port 443 is the default Secure Sockets Layer port, so it is going to the URL you passed. Mark -Original Message- From: Nathan Anderson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 7:00 PM To: [EMAIL PROTECTED] Subject: Re: SSL + URL rewriting problem I have a bit more

Re: SSL + URL rewriting problem

2002-02-07 Thread Nathan Anderson
Thanks for the info. You are correct that I was referring to javax.servlet.http.HttpUtils. So I tried it using the object [request.getRequestURL], and I got the exact same thing. I guess this is not a "Struts" issue, so I'll keep looking. Nathan Anderson -- Sent via jApache.org -- To uns

Re: SSL + URL rewriting problem

2002-02-07 Thread Max Cooper
sing. -Max - Original Message - From: "Nathan Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 3:59 PM Subject: Re: SSL + URL rewriting problem > I have a bit more information if anyone is interested in helping me with t

Re: SSL + URL rewriting problem

2002-02-07 Thread Dan Moore
Hi Nathan, On Feb 7, Nathan Anderson wrote: > I have a bit more information if anyone is interested in helping me with this issue.. > > I found out that the HttpUtils.getRequestURL(). If I make a JSP with the following >scriptlet: I assume you're talking about javax.servlet.http.HttpUtils he

Re: SSL + URL rewriting problem

2002-02-07 Thread Nathan Anderson
I have a bit more information if anyone is interested in helping me with this issue.. I found out that the HttpUtils.getRequestURL(). If I make a JSP with the following scriptlet: <%= HttpUtils.getRequestURL(request) %> I get this: http://hostname:443/webapp/page.jsp when the actual request

Re: SSL and actions: some secure and some not possible?

2002-01-11 Thread Mark Woon
Adam Grohs wrote: > Not sure if you have solved this problem yet, but if not, please let me > know, I have an http filter, ie servlet 2.3 filter that does just as you are > asking. I'd be interested in seeing this too... -Mark -- To unsubscribe, e-mail: For additi

Re: SSL and actions: some secure and some not possible?

2002-01-11 Thread Adam Grohs
Not sure if you have solved this problem yet, but if not, please let me know, I have an http filter, ie servlet 2.3 filter that does just as you are asking. -Adam Grohs [EMAIL PROTECTED] - Original Message - From: "Michael's Lists" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMA

Re: SSL

2001-11-13 Thread Andy Noble
Always worth checking out Ted Husted's site : http://husted.com/struts/FAQ/controller-ssl.htm Andy - Original Message - From: Rakesh <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 4:25 AM Subject: SSL Is there any documentation anywhere on how to use SS

Re: SSL-Connection

2001-07-23 Thread Ted Husted
SSL is provided by your container, and then passes through to Struts. See < http://husted.com/about/struts/FAQ/controller-ssl.htm > for more. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 737-3463. -- http://www.husted.com/about/struts/ "T

Re: SSL and Struts

2001-04-14 Thread Ted Husted
I finally got this to work. My problem was that I thought that < http://java.sun.com/products/jsse/INSTALL.html - item 7 > meant I can use java -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol add the property permanently from the command line. I finally added it to the c

Re: SSL and Struts

2001-04-13 Thread Craig R. McClanahan
On Wed, 11 Apr 2001, Ted Husted wrote: > I'm finding a similar problem with Resin - under SSL it connects fine > but the html:link tags resolve to . > Can you quote me an exact snippet of your JSP page that does this? The only way you could possibly get nothing at all is if you specified n

Re: SSL and Struts

2001-04-11 Thread Ted Husted
I'm finding a similar problem with Resin - under SSL it connects fine but the html:link tags resolve to . I tried adding the handler at the command line (as also recommended by http://java.sun.com/products/jsse/INSTALL.html - item 7). java -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal

RE: SSL and Struts

2001-04-10 Thread Michael Wilimsky
hey... it works... thanx for help... michael -Original Message- From: Dan Miser [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 10. April 2001 16:19 To: [EMAIL PROTECTED] Subject: Re: SSL and Struts Here's the reply I just posted on Bugzilla about this: This isn't a bug of Str

Re: SSL and Struts

2001-04-10 Thread Dan Miser
Here's the reply I just posted on Bugzilla about this: This isn't a bug of Struts, but a misconfiguration of SSL. In addition to the comments in Tomcat's server.xml, you need to define a system property to tell Java where it should find the classes for SSL support. You can do this either in co