[jboss-user] [JBoss Portal] - Re: CMSPortlet: problems with IE, https and links referencin

engela do-not-reply at jboss.com
Thu May 10 06:36:40 EDT 2007


This is a known issue for IE (as usual it is called a feature):

http://support.microsoft.com/?id=316431

A work around is to disable cache  control:

http://wiki.jboss.org/wiki/Wiki.jsp?page=DisableCacheControl

I solved my problem by adding a context.xml to JBOSS_HOME/server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF

<Context>
  |   <Valve className="org.apache.catalina.authenticator.FormAuthenticator"
  |           disableProxyCaching="false" />
  | </Context>

Anette

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044632#4044632

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044632



More information about the jboss-user mailing list