RE: still fighting HTTP HTTPS problem

2001-05-11 Thread Michael Wilimsky
ut the request.getParameter(unsecure_session_contents) into the new Secure session. g) do the same for the return trip, but remember when you return you have to try to look up the session with the id you saved. If its gone its because you timed out. - Original Message - From: "Michael Wilims

still fighting HTTP HTTPS problem

2001-05-11 Thread Michael Wilimsky
hello everyone... i still couldn´t find a solution on how to switch from let´s say http://localhost:myport/myapp/something.jsp to https://localhost:mysecureport/myapp/somethingelsethatneedstobesecure_oreven thesamepage.jsp while retaining resp. cloning the content of my sessioncontext... i am

struts and IIS 5.0

2001-04-30 Thread Michael Wilimsky
hello... has anybody experience with setting up a struts-applicationcontext in a W2k/IIS 5/Tomcat (over ajp) environment? i have problems to add a new context using workers.properties / uriworkermap.properties and isapi the standard tomcat-jsp examples work fine but anything else... michael

RE: switch from http to https

2001-04-30 Thread Michael Wilimsky
you need to have a webserver / appserver combo which has the ability to cluster and share sessions - Original Message - From: "Michael Wilimsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 9:22 AM Subject: switch from http to https > d

RE: switch from http to https

2001-04-29 Thread Michael Wilimsky
ability to cluster and share sessions - Original Message - From: "Michael Wilimsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 9:22 AM Subject: switch from http to https > does anyone out there have an idea of how to perform > >

switch from http to https

2001-04-27 Thread Michael Wilimsky
does anyone out there have an idea of how to perform the switching between http and https? i want to make the login.jsp secure but leave the other jsp-files in the insecure section... i also have problems to perform a download via https... i get strange browser error-messages any help apprecia

http to https redirect

2001-04-26 Thread Michael Wilimsky
hi! i have the following problem: i am using struts and its template mechanism (template-taglib) in my index.jsp: as one can see, i put some "logic" names for logic content in my sessioncontext used by a layout.jsp file all i do in my webapplication is to switch the "content"-.js

RE: SSL and Struts

2001-04-10 Thread Michael Wilimsky
and line (-Dkey=value). This is the property I used with JSSE, and it works fine. java.protocol.handler.pkgs = com.sun.net.ssl.internal.www.protocol If anything, I would argue that the bug here is to report the MalformedURLException in RequestUtils.absoluteURL to a log file. Dan Miser >From:

SSL and Struts

2001-04-10 Thread Michael Wilimsky
i tried to establish a SSL-Connection with Tomcat / Struts using openSSL but when using https protocol url-rewriting seems to fail somehow... is there a solution for that... p.s. i am working on a w2k machine with ie5 michael