Re: from https to http?

2007-01-05 Thread Darek Czarkowski
Suresh babu wrote: Hi all I have one question regarding http and https: Lets say I open a pop up page from https, pop window will be opened in https mode as main window is opened in https and I have action in pop up where it leave https mode and enter in to http modeIf i want put value

Re: from https to http?

2007-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pablo, John Doe wrote: > Of course that is not a Tomcat's job, but if exists a redirection > from http to https I wonder why does not exists a reverse way in the > "declarative security" mechanism provided by the servlet > specification. Oh, I unders

Re: from https to http?

2007-01-04 Thread Suresh babu
Hi all I have one question regarding http and https: Lets say I open a pop up page from https, pop window will be opened in https mode as main window is opened in https and I have action in pop up where it leave https mode and enter in to http modeIf i want put value from pop window to mai

Re: from https to http?

2007-01-04 Thread John Doe
Chris, Of course that is not a Tomcat's job, but if exists a redirection from http to https I wonder why does not exists a reverse way in the "declarative security" mechanism provided by the servlet specification. But like you point, there are not so many places where a programmer must res

Re: from https to http?

2007-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pablo, John Doe wrote: > Thanks a lot by the explanation. Looks like Tomcat (or maybe the > "Servlet specification"?) needs a mechanism to switch from https to > http when this access is declared by a otherwise > is forcing programmers to always use

Re: from https to http?

2007-01-04 Thread John Doe
Hi Ben, Unfortunately I not using any framework in the webapplication, just raw java scriplets and html (is a small webapp). Anyway thanks a lot by the links. Cheers! - Pablo On 1/4/07, ben short <[EMAIL PROTECTED]> wrote: Hi Joe, Have a look at the Acegi Security [1] stuff if your using

Re: from https to http?

2007-01-04 Thread ben short
Hi Joe, Have a look at the Acegi Security [1] stuff if your using spring. This will allow you to configure what paths require https and redirect the incomming requests if they are not https. There is a catalina project too [2] but im not to sure what that does, but you never know it might be of

Re: from https to http?

2007-01-04 Thread John Doe
Chris, Chuck: Thanks a lot by the explanation. Looks like Tomcat (or maybe the "Servlet specification"?) needs a mechanism to switch from https to http when this access is declared by a otherwise is forcing programmers to always use programatic security to made this switch; anyway we get paid

RE: from https to http?

2007-01-03 Thread Caldarale, Charles R
> From: John Doe [mailto:[EMAIL PROTECTED] > Subject: from https to http? > _but_ when I want to go from "restricted.jsp" back to > "index.jsp" using the anchor defined in it the URL is > not replace by the standard "http" URL and then gets > stuck with a "https://localhost:8443/testSSL/index.jsp

Re: from https to http?

2007-01-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pablo, John Doe [Pablo] wrote: > I have configured a tomcat application to use https in a arbitrary > jsp file (just for testing) when the user request it. [snip] >Index test >Go to SSL page [snip] >Restricted test >