I've run into a similar problem that would match your symptoms. I haven't actually look at the code because it currently doesn't affect me, but I believe the Link object that is used to build the links in the Velocity templates is created on the first request to the site and then cached for all subsequent requests. You can create your own link object using the TemplateLink class. I don't know when the link object is inserted into the context object, but you could try overwriting it with your own link object in your screen classes, that is create a new template link object based on each request (that should ensure the right port and protocol is used). If you can't over write it in the context, because it is added later, add it using a different key and then refer to the object in all your templates with the new key.
Brent. [EMAIL PROTECTED] ********************* ITAES Inc. (403) 213-5588 http://www.itaes.com
Ilan Azbel wrote:
I want to have ALL my pages on my website using SSL, except for index.jsp that would redirect to the login page via SSL.
I find that if I allow the http connector on pert 80 then the whole site can be accessed by http. How can I configure my website in such as way so as to allow http connection only the index.jsp page and then force https to be used for the rest of the site.
Ilan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
