Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

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

scott.stark@jboss.org

2007-05-10


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
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.