RE: Using SSL Extension and Workflow Extension together

2004-03-23 Thread shirishchandra.sakhare
Hello Scott, I have already replied to this message.But my replies to the list were bouncing since this morning.So reposting the reply. As the SSL extension and Workflow extension modify different parts of the response cycle, they are not mutually exclusive. Just that nobody came up with the

RE: Using SSL Extension and Workflow Extension together

2004-03-23 Thread shirishchandra.sakhare
the request processor from * Struts SSL extension.This will allow using the Workflow extension along with the SSL extension * & Tiles. * * @author Shirish Sakhare */ public class SecureTilesWorkflowRequestProcessor extends SecureTilesRequestProcessor implem

Using SSL Extension and Workflow Extension together

2004-03-22 Thread Scott Ryan
I would like to use the Workflow extension and the SSL/Non SSL extension together. Is this possible? It looks like they replace the capability of the request processor and that they are mutually exclusive. Is there a way to use both? I am using tiles to support my application. I am able to

Re: SSL and actionforms

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

SV: SV: SSL and actionforms

2004-03-09 Thread Håkan Fransson
Mailing List > Ämne: Re: SV: SSL and actionforms > > > > > > > > Are you accessing the app through InternetExplorer? > We had a production app running on just WAS 5 Express (no apache) with SSL > with no problems Then the users upgraded their browsers in the > begi

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: SV: SSL and actionforms

2004-03-09 Thread amr
Are you accessing the app through InternetExplorer? We had a production app running on just WAS 5 Express (no apache) with SSL with no problems Then the users upgraded their browsers in the beginning of Feb, and they started having problems. It appears that sometimes POST forms don't s

SV: SSL and actionforms

2004-03-09 Thread Håkan Fransson
e [mailto:[EMAIL PROTECTED] > Skickat: den 9 mars 2004 16:34 > Till: Struts Users Mailing List > Ämne: Re: SSL and actionforms > > > what's your deployment setup like? running with apache? > > > On 9 Mar 2004, at 16:21, Håkan Fransson wrote: > > > Hi!! &

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

SSL and actionforms

2004-03-09 Thread Håkan Fransson
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 fine when not using SSL on the container. Does anyone has a suggestion what to do? Hakan Fransso

RE: [POLL] Your PSE? Struts, Tomcat, Java, Apache, SSL, mod_jk, e tc.. .

2004-01-22 Thread Jesse Alexander (KAID 11)
current: WebLogic 6.1.5 from webserver to appserver future: WebLogic 8.1 -Original Message- From: Viggio, Alex [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 21. Januar 2004 22:45 To: 'Struts Users Mailing List' Subject: [POLL] Your PSE? Struts, Tomcat, Java, Apache, SSL, mod_jk, e

RE: [POLL] Your PSE? Struts, Tomcat, Java, Apache, SSL, mod_jk, e tc.. .

2004-01-21 Thread Mainguy, Mike
Current: Tomcat 4.1, IIS, mod_jk2, Windows 2000, SSL on external device Future: Websphere 5.1, Apache 2.0, HP-UX 11, SSL on external device Preference: Tomcat 4.1, Apache 2.0, mod_jk2, Linux (Redhat 8), mod_ssl The future is defined by the suits and their money, not by my personal preference. I

[POLL] Your PSE? Struts, Tomcat, Java, Apache, SSL, mod_jk, etc.. .

2004-01-21 Thread Viggio, Alex
server), SSL plug-in (e.g. Ben-SSL), connector plug-in (e.g. mod_jk), etc.? If someone knows of an existing online poll covering this or of a more effective way to conduct this poll using a *free* online polling service please post that information! I think others might find this interesting. An

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Adam Hardy
On 10/22/2003 11:27 AM Honza Spurný wrote: this has seem to a serious fault, BUT, after I changed it, it still works as before. :( -- My /MyApp/WEB-INF/web.xml looks like this now: -- Application action o

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Honza Spurný
Adam, this has seem to a serious fault, BUT, after I changed it, it still works as before. :( Honza Spurny Adam Hardy wrote: > On 10/22/2003 10:42 AM Honza Spurný wrote: >> Hi, >> >> I've changed the order of elements... according to DTD file, but it >> didn't help. The same problem aswas descr

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Adam Hardy
On 10/22/2003 10:42 AM Honza Spurný wrote: Hi, I've changed the order of elements... according to DTD file, but it didn't help. The same problem aswas described in first mail appears... Does anybody have any idea. Thanks. Honza S. -- My /MyApp/WEB-INF

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Honza Spurný
Hi, I've changed the order of elements... according to DTD file, but it didn't help. The same problem aswas described in first mail appears... Does anybody have any idea. Thanks. Honza S. -- My /MyApp/WEB-INF/web.xml looks like this now: -

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Adam Hardy
On 10/22/2003 10:07 AM Honza Spurný wrote: Hi Adam, please, could you help me more? I've checked TLD and didn't find anything wrong... :-( Where is the problem? Thanks Adam Hardy wrote: On 10/21/2003 06:23 PM Honza Spurný wrote: --- Here is what i have in my MyApp/WEB-INF/web.xml ---

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-22 Thread Honza Spurný
following problem: >> >> 1.) >> I have web application (let's call it MyApp) that I would like to >> protect by SSL connection, it means, that everything that is in >> $TOMCAT_HOME$/webapps/MyApp/ I'd like to request on SSL secure >> connection. >>

Re: Problem with redirecting to SSL connection after requesting only application directory

2003-10-21 Thread Adam Hardy
On 10/21/2003 06:23 PM Honza Spurný wrote: Hi there, I'm novice in struts and TomCat and I have following problem: 1.) I have web application (let's call it MyApp) that I would like to protect by SSL connection, it means, that everything that is in $TOMCAT_HOME$/webapps/MyApp/ I

Problem with redirecting to SSL connection after requesting only application directory

2003-10-21 Thread Honza Spurný
Hi there, I'm novice in struts and TomCat and I have following problem: 1.) I have web application (let's call it MyApp) that I would like to protect by SSL connection, it means, that everything that is in $TOMCAT_HOME$/webapps/MyApp/ I'd like to request on SSL secure connect

XDoclet and SSL Extension

2003-10-20 Thread Juan Alvarado
Hello: I've recently started using xdoclet for my builds with struts and I've come into a bit of a problem with actions that use the SSL Extension. Does anybody know if there is a tag that I can add to my Action class so that: is added to my action configuration in my xdoclet

Re: ssl question

2003-10-07 Thread Stephane Grenier
ber 07, 2003 8:39 PM Subject: Re: ssl question 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 certi

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
Thank you, I'll try this. Also would you happen to have any idea why when I change protocol to ssl in the url it truncates the "www" from my domain name in the url ? I believe this is related to the problem. Thank you, Stephane - Original Message - From: "Max Coope

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.

ssl question

2003-10-06 Thread Stephane Grenier
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 sslext with the url being the ip of the box. I have no problems going in and out of ssl. The problem has only risen since I mo

RE: [OT] Apache/SSL help

2003-09-29 Thread Matt Raible
http://raibledesigns.com/wiki/Wiki.jsp?page=Articles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 10:09 AM To: Struts Users Mailing List Subject: [OT] Apache/SSL help Hello, Can anyone send link explaining how to set up an SSL

[OT] Apache/SSL help

2003-09-29 Thread denis
Hello, Can anyone send link explaining how to set up an SSL page on a website (Apache 1.3, Tomcat 4.1)? I am really confused and cannot find the info anywhere. Thanks, Denis

[OT] ssl connection

2003-08-19 Thread Nagendra Kumar O V S
hi, help me...   i have configured SSL on weblogic 7.0 using the demo cert and its working fine. now i need to make a connection to 3rd party credit card validator URL from my session bean and get the response. how do i do this. i have tried

[OT]SSL Connection

2003-08-18 Thread Nagendra Kumar O V S
   hi, can anyone help me on this? i have configured SSL on weblogic 7.0 using the demo cert and its working fine. now i need to make a connection to 3rd party credit card validator URL from my session bean and get the response. how do i do this

SSL+struts

2003-07-27 Thread Nagendra Kumar O V S
SSLEXT really works great for me when i switch from "http" to "https". Well when i am in https mode i submit a form as post methods, however the subsequent page is not secured. Obviously the action redirects to http mode, that is ok with me but it appends the form

Re: SSL Ext and the Struts Controller class issue.

2003-06-25 Thread Mick Knutson
re-directed to the requested page. In this case, registrationView.do is the requested page. Well, I get the username/password prompt just fine, and then even get the SSL dialog from IE. But then, instead of getting directed to localhost:8443/registrationView.do, I get this URL in the location

SSL Ext and the Struts Controller class issue.

2003-06-25 Thread Mick Knutson
I want to use the SSL Ext plugin. But, I also need to use Tiles. So, how do I set up SSLExt with the "org.apache.struts.action.SecureRequestProcessor", verse the "org.apache.struts.tiles.TilesRequestProcessor" controller class I have now? --- Th

Struts SSL extension: extend secure action property

2003-06-06 Thread Raymond Penners
Hi, I am currently developing a web application using Struts and the SSL extension (http://sslext.sourceforge.net/), which is really helpful. I have a question though... The web application features a "browse catalog" action, using which users (both anonymous and logged-on users)

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 se

Re: switching from non SSL to SSL in struts..

2003-03-11 Thread Max Cooper
st.com:80'). The details of doing this depend on your server, but a search for "cookie domain" should help locate the details of setting the value. Steve (sslext author) describes this issue in his article: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl-p3.html It is kind o

RE: switching from non SSL to SSL in struts..

2003-03-11 Thread Dung Nguyen Huu
9 AM > To: [EMAIL PROTECTED] > Subject: Re: switching from non SSL to SSL in struts.. > > > i found it as you replied.. > > thanks anyway.. > > > > "Guido" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Oh no! This

SSL extension question

2003-03-11 Thread James
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://localhost:8080/MyApp to go to the welcome page.. and a couple of pages later i need to switch to Https.. i have the jars in my /lib directory and i&#

Re: switching from non SSL to SSL in struts..

2003-03-11 Thread julian green
Tiz the url that the browser requests. http or https usually: http is on port 80 https is on port 443 julian James wrote: I've got my SSL connector configured in tomcat.. what i want to know is what do i need to do to change to secure page from non secure pages in struts... an example of

Re: switching from non SSL to SSL in struts..

2003-03-11 Thread James
i found it as you replied.. thanks anyway.. "Guido" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Oh no! This topic again!! :P > > Take a look at sslext (sslext.sourceforge.net) or search this mail list > for it. > > hth, > Guido. > >

Re: switching from non SSL to SSL in struts..

2003-03-11 Thread Guido
Oh no! This topic again!! :P Take a look at sslext (sslext.sourceforge.net) or search this mail list for it. hth, Guido. James wrote: I've got my SSL connector configured in tomcat.. what i want to know is what do i need to do to change to secure page from non secure pages in struts.

switching from non SSL to SSL in struts..

2003-03-11 Thread James
I've got my SSL connector configured in tomcat.. what i want to know is what do i need to do to change to secure page from non secure pages in struts... an example of this would be going from 'shopping cart' to 'checkout'.. is t

RE: tomcat 4.04 work with struts/sslext problem (fail to get bean:include work using ssl)

2003-02-18 Thread Jason Yam
Sorry, forgot to mention that I am using a test certificate instead of the real certificate. However, I can access all jsps/actions using ssl if the jsps/actions are not using Thank you Jason -Original Message- From: Jason Yam Sent: Wednesday, February 19, 2003 2:30 PM To: 'S

tomcat 4.04 work with struts/sslext problem (fail to get bean:include work using ssl)

2003-02-18 Thread Jason Yam
Hi everyone, I have a application that I want to use sslext to work with struts 1.02 in order to further control using http or https protocol. Initially I cannot setup the ssl for the Netbeans-included tomcat 4.04 because I change the server's original server.xml instead my user prof

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

RE: SSL and Struts

2003-02-08 Thread mech
gards to the compatibility of struts and ssl and why should I? IHMO just place some security contraints in your web.xml and that's it. Michael > -Original Message- > From: Rabih Yazbeck [mailto:[EMAIL PROTECTED]] > Sent: Samstag, 8. Februar 2003 16:26 > To: 

SSL and Struts

2003-02-08 Thread Rabih Yazbeck
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

Re: Problem using SSL with Struts, Tomcat 4.1.12 on IIS

2003-01-28 Thread Yakov Belov
Maybe you need to define the resources which are accessed via SSL and the ones which are not, something like in web.xml: xxx /resources/* CONFIDENTIAL or NONE Good luck, Yakov - Original Message - From: "Gogte, Sushrut" <[EM

Problem using SSL with Struts, Tomcat 4.1.12 on IIS

2003-01-28 Thread Gogte, Sushrut
running fine. However, when I try to use SSL, so that I access it with https://... instead of http://..., the links are getting converted to http://...:443 (I am using the standard 443 port for SSL connections). The same is happening with the images, and therefore, they are not showing up. I am using

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: toggling ssl functionality with sslext

2003-01-22 Thread Robert Taylor
> Couldn't you just put them both to port 80 or (8080 or whatever) for > development, and then change one to port 443 for production? I thought about this but wasn't sure if it would "know" the correct protocol to use. > I just installed an ssl server and gen

Re: toggling ssl functionality with sslext

2003-01-22 Thread Dennis Muhlestein
port 443 for production? I just installed an ssl server and generated a fake certificate for developement. Then I didn't have to worry about changing the properties. -Dennis On Wed, 2003-01-22 at 10:37, Robert Taylor wrote: > I'm looking over the Struts SSL extension package and

RE: toggling ssl functionality with sslext

2003-01-22 Thread James Childers
I'm not sure I understand what you're trying to do. Do you want to use the SSL tags during development, but not actually have an HTTPS request made? If so, sslext doesn't have this AFAIK. Don't know why you'd really want to do this, though... Of course, if you want to a

toggling ssl functionality with sslext

2003-01-22 Thread Robert Taylor
I'm looking over the Struts SSL extension package and don't see a way to toggle the ssl functionality for the PageSchemeTag and the SecureForm tag. For example, we aren't really concerned with SSL functionality during development, so it would be nice to "neutralize" t

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 as

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

SSL

2003-01-22 Thread McRobb, John
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 Thanks John > John McRobb > Tesco Personal Finance 52 West Register Street, Edinburgh, EH2 2AA > *: mailto:[EMAIL PROTECTED] > *: 0

RE: Struts based app. and SSL doesnt work together

2003-01-08 Thread Maris Orbidans
We use Tomcat 4.0 and Apache HTTP server 1.3.27. SSL support is installed in Apache, and it uses mod_proxy to talk to Tomcat. Maris > -Original Message- > From: Dan Tran [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 7:29 PM > To: Struts Users Mailing List &

Re: Struts based app. and SSL doesnt work together

2003-01-07 Thread Dan Tran
; <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 9:22 AM Subject: RE: Struts based app. and SSL doesnt work together We dont use mod_jk, we use mod_proxy. Is mod_jk necesasary ? Also after successful login IE shows "you are about to be redirected to a connection that is not secure&

RE: Struts based app. and SSL doesnt work together

2003-01-07 Thread Maris Orbidans
OTECTED]] > Sent: Friday, January 03, 2003 3:59 PM > To: 'Struts Users Mailing List' > Subject: RE: Struts based app. and SSL doesnt work together > > > Maybe describe your enviroment more. Because I have similar situation, > but have no problem with my Tomcat 4.1.18,

RE: Struts based app. and SSL doesnt work together

2003-01-03 Thread pqin
Have you checked apache's ssl log? Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: January 3, 2003 9:47 AM To: Struts Users Maili

RE: Struts based app. and SSL doesnt work together

2003-01-03 Thread Maris Orbidans
Mod_ssl 2.8.12 Apache HTTP server 1.3.27 Tomcat 4.0 Maris > -Original Message- > From: mech [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 03, 2003 3:59 PM > To: 'Struts Users Mailing List' > Subject: RE: Struts based app. and SSL doesnt work together &g

RE: Struts based app. and SSL doesnt work together

2003-01-03 Thread mech
use get parameters, but only to send to action.do?test=value at the moment. I have Apache on 80/443 and Tomcat on 8080/8443 with 8009 mod_jk. Everything works fine for me... No matter if I access Apache and it's SSL port or use Tomcat standalone (which I also configured to use ssl on 84

Struts based app. and SSL doesnt work together

2003-01-03 Thread Maris Orbidans
hello all We have finished a large project which was based on Struts. Now our client wants to use SSL. We set up SSL and now our app. doesnt work anymore. It seems that form beans aren't being populated. I think that maybe struts control servlet cant read GET parameters for some reason.

RE: Forcing SSL for index page of application

2002-12-10 Thread Edgar P. Dollin
I am no expert but here is the IE developers link for SSL http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodt echnol/ie/reskit/ie5/part1/ch06digi.asp Edgar -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 6:07 PM To

Forcing SSL for index page of application

2002-12-10 Thread Matt Raible
I'm trying to replicate the behavior that occurs when you set CONFIDENTIAL to confidential in web.xml. If I do this, when I hit the index.jsp page of my webapp, I am automatically redirected to https://localhost/myappname. However, I have a different SSL port setup for testing, and I'

SSL with Struts/Tomcat

2002-12-09 Thread Tuan H. Le
using Big IP 2000 application switches controller running config 4.2 PTF7. Basically, the problem is when HTTPS session is initiated (by requesting /abc/login.do servlet and it works fine), but the links or redirects within the page is sending the session back to an HTTP none secure session

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 (

SSL and Struts

2002-11-13 Thread Laurie Dickinson
Dear All, My first posting. I'm having some difficulty using SSL with struts. Here's some background (with dummy names): Running tomcat4.1 integrated with apache on a Linux box Regular server = tcs.xxx.com Secure server = secure.xxx.com These are the same server, just different nam

SSL with Stuts

2002-08-30 Thread K.Viswanathan
Hi! I believe some people( Ssteve, Max and Prakash) from http://home1.gte.net/ditling/struts/ have implemented ssl extension to Struts. Will this be integrated with Struts? Any inputs on this will be appriciated Thanks Vishy

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 -

struts ssl extension on shared server (web hosting) account

2002-05-04 Thread w i l l i a m b o y d
hi, i have successfully installed the ebuilt struts ssl extension into my local development environment (w98, tomcat 3.2.4 standalone, jdk1.3.1, jsse1.0.2 as an "installed extension"). i got everything working fine with the local, development version of my struts app. as part of the

Re: RE: RE: Big Problem Dealing with SSL!! (Using S.Ditlinger's ext. )

2002-03-19 Thread jorisumu
t the extension. Should I write them here, or should I write them to you directly? Thanks! Jorge Ivan Suarez Factoring Market. - Mensaje original - De: "Ditlinger, Steve" <[EMAIL PROTECTED]> Fecha: Lunes, Marzo 18, 2002 4:04 pm Asunto: RE: RE: Big Problem Dealin

RE: RE: Big Problem Dealing with SSL!! (Using S. Ditlinger's ext.)

2002-03-18 Thread Ditlinger, Steve
, 2002 11:57 AM To: Ditlinger Steve Subject: Re: RE: Big Problem Dealing with SSL!! (Using S. Ditlinger's ext.) Well it worked! :-D After adding the redirect="true" attribute to the forward definition the login are not present anymore in the transmition. But I still get the pop-up

RE: Big Problem Dealing with SSL!! (Using S. Ditlinger's ext.)

2002-03-18 Thread Ditlinger, Steve
utes before our extension ever has a chance to redirect using the non-secure protocol. hth, Steve -Original Message- From: jorisumu [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 4:49 PM To: [EMAIL PROTECTED] Subject: Big Problem Dealing with SSL!! (Using S. Ditlinger's ext

RE: Confusion on SSL

2002-03-18 Thread Ditlinger, Steve
TED]] Sent: Thursday, March 14, 2002 3:50 PM To: Struts Users Subject: Re: Confusion on SSL Well I am doing some javascript stuff that dynamically loads a view in the background via Struts and then once it's loaded replaces that view with the current one. Both views are obtained via SSL. I c

Big Problem Dealing with SSL!! (Using S. Ditlinger's ext.)

2002-03-14 Thread jorisumu
Hi all! I discover a few days ago the famous article at JavaWorld by Steve Ditlinger (http://www.javaworld.com/javaworld/jw-02-2002/jw-0215- ssl.html). Then after looking at the archives of this mail-list I discovered HE actually made an implementation of the ideas expressed on the article as

Re: Confusion on SSL

2002-03-14 Thread Sean Willson
Well I am doing some javascript stuff that dynamically loads a view in the background via Struts and then once it's loaded replaces that view with the current one. Both views are obtained via SSL. I construct the URL that is loaded using the RequestUtils library and then some post proce

RE: Confusion on SSL

2002-03-14 Thread Ditlinger, Steve
It shouldn't take much more than what you described here. What are you testing that is not working? i.e. Is it a problem with the SSL port? Are you trying to block access via HTTP? -Original Message- From: Sean Willson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002

Confusion on SSL

2002-03-14 Thread Sean Willson
I have been reading this list for a while but I have a few questions about SSL and Struts. I know a few threads have been going on recently about a SSL library you can use on top of Struts to enable certain actions within your application to be secure. But I was under the impression that if

SSL Ext and problems with Mozilla

2002-02-20 Thread Matt Raible
I am using form-based authentication form my application and I'd like to require SSL for the login and then redirect to http for the rest of the application. I've found this article and source code helpful: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html I'm also

[OT] form-based authentication, SSL and IE/Tomcat

2002-02-19 Thread Matt Raible
I have CONFIDENTIAL in my web.xml to required SSL be used to login. In an ideal world, tomcat would detect that the user is using http and switch them to https for the authentication. And it looks like Tomcat is "trying" to do this with IE. When I navigate to an unsecured page (the w

RE: Bug with SSL

2002-02-18 Thread Ditlinger, Steve
AM To: Struts Users Mailing List Subject: RE: Bug with SSL Max, Steve: Thank you, my parameters are no longer visible. From what I can see(please correct me if I am wrong) after the original post using SSL, the SSL process listening to port(443) decrypts the encrypted post parameters and places the

RE: Bug with SSL

2002-02-18 Thread Greg Hess
Max, Steve: Thank you, my parameters are no longer visible. From what I can see(please correct me if I am wrong) after the original post using SSL, the SSL process listening to port(443) decrypts the encrypted post parameters and places them in the request for the Servlet to process. In the

RE: Bug with SSL

2002-02-15 Thread Ditlinger, Steve
Max, Greg: I successfully tried your given solution. The posted parameters are no longer seen in the location field. Steve -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:16 PM To: Struts Users Mailing List Subject: Re: Bug with SSL

Re: Bug with SSL

2002-02-15 Thread Max Cooper
s" <[EMAIL PROTECTED]> To: "Struts Mail List" <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 11:34 AM Subject: Bug with SSL > Hi All, > > I am using the classes provide by http://struts.ditlinger.com/ to allow for > switching between Http and Https calls in my

SSL error on weblogic5.1.0sp10

2002-02-15 Thread Domen, Ken
I'm not sure if this is a weblogic or struts error but when I turn SSL on in weblogic, an intermittent runtime error gets thrown. weblogic.utils.AssertionError: *** ASSERTION FAILED ***[ Attempt to invoke 0 byte request ] at java.lang.Throwable... Conne

Bug with SSL

2002-02-15 Thread Greg Hess
Hi All, I am using the classes provide by http://struts.ditlinger.com/ to allow for switching between Http and Https calls in my Struts application. I have installed SSL and is working fine under a test certificate. I am using the the extended , and the secure property in my Action definitions

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

  1   2   >