Re: HTTPConnector url redirection

2008-08-22 Thread David Smith
Just as a thought, but I've seen on occasion where Firefox in particular will offer up cached content when something goes haywire with the request. As a test, when you drop the s from https (leaving the port number on the end), try to reload w/ the shift key down to force your browser to drop

Re: HTTPConnector url redirection

2008-08-21 Thread raveendra
Yes i am sure, initially when i type my default url http://localhost:8080/myapp/start.action it is getting redirected to https://localhost:8443/myapp/start.action. But after accepting certificate and page is loaded if i remove "s" from redirected url it is still loading the page.It shouldn't even

Re: HTTPConnector url redirection

2008-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raveendra, raveendra wrote: > But after accepting the certificate and loading the page.If i change my url > to http://localhost:8443/myapp/start.action just by removing 's' it is > loading the pages > with some GUI errors and after traversing couple o

HTTPConnector url redirection

2008-08-21 Thread raveendra
Hi all, I am want to run my entire application on https which is developed using struts2.So i configured my server.xml and web.xml as shown below. server.xml web.xml-- ama /* CONFIDENTIAL