request headers:
*******************************************************************************************************************************************************
GET /AnthemaWeb/com.nte.anthema.gwt.AnthemaGWT/
3A139A4DB7E5BFE75C879FD9A4250603.cache.html HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-
shockwave-flash, application/xaml+xml, application/vnd.ms-xpsdocument,
application/x-ms-xbap, application/x-ms-application, application/
vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer:
https://localhost/AnthemaWeb/com.nte.anthema.gwt.AnthemaGWT/AnthemaGWT.jsp
Accept-Language: es
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
MDDR; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)
Accept-Encoding: gzip, deflate
Host: localhost
Connection: Keep-Alive
Cookie: x-auto-8=m%3Asize%7Cf%3A194;
JSESSIONID=82E0B4DCE5D822C0CAA7A764214FC97C
*******************************************************************************************************************************************************
Response headers:
*******************************************************************************************************************************************************
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Pragma: public
Cache-Control: max-age=3600
Expires: Wed, 24 Nov 2010 09:42:57 GMT
X-Powered-By: Servlet 2.4;
JBoss-4.2.3.GA (build:
SVNTag=JBoss_4_2_3_GA date=200807181417)/JBossWeb-2.0
ETag: W/"7046511-1258999964000"
Last-Modified: Mon, 23 Nov 2009 18:12:44 GMT
Content-Encoding: gzip
Content-Type: text/html
Content-Length: 7046511
Date: Tue, 24 Nov 2009 09:42:56 GMT
*******************************************************************************************************************************************************
On 23 nov, 15:41, "
buz...@gmail.com" <
buz...@gmail.com> wrote:
> Hi,
>
> Please share your HTTP headers forcache.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 mycache.htmlfile ... The file is about 3MB and
> > each time the users enter in the application, this file is downladed.
> > The only different thing fromcache.htmlfile and the others
> > (css,js,images...) is thatcache.htmlfile 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 whycache.htmlfile 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.- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -