Re: cache.html file is not cached with JBoss(Tomcat) and Internet Explorer 6-7
Hi,
Please share your HTTP headers for cache.html.
Also check your GZIP filter if it is not overriding some of the
settings already set by cache filter.
Dmitry
On Nov 23, 1:04 pm, pepgrifell <pepgrif...@gmail.com> wrote:
> Hi,
>
> the problem is that *.css,*.js and images are cached but the only file
> that is not cached is my cache.html file ... The file is about 3MB and
> each time the users enter in the application, this file is downladed.
> The only different thing from cache.html file and the others
> (css,js,images...) is that cache.html file is gzipped before sending
> it to the client.
>
> I tried to add :
> <Context>
> <Valve className="org.apache.catalina.authenticator.FormAuthenticator"
> disableProxyCaching="false" />
> </Context>
>
> in META-INF/context.xml file (WAR) but it's not working either. (we
> use JAAS. I tried with FormAuthenticator and SSLAuthenticator)
>
> Any idea why cache.html file is not cached ?
>
> Thanks !
>
> On 20 nov, 20:15, Yozons Support on Gmail <yoz...@gmail.com> wrote:
>
>
>
> > For Tomcat, if you have this in your META-INF/context.html:
>
> > <Context debug="0">
> > <Valve
> > className="org.apache.catalina.authenticator.NonLoginAuthenticator"
> > disableProxyCaching="false" />
> > </Context>
>
> > This will prevent it from doing the caching. If you have any other type of
> > Authenticator in use already, you can probably just add the
> > disableProxyCaching="false" attribute to it.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home