Re: [Resin-interest] Removing Etags

2007-08-07 Thread rafael.munoz
Thank you. I'm using 3.0.21 and i can't switch to a newer resin version but i guess i can use the fileservlet from 3.1.3, adapt it and use it with my 3.0.21 server. Problem solved :). regards and thank you again, Scott Ferguson wrote: > > > On Aug 7, 2007, at 6:23 AM, rafael.munoz wrote: > >

Re: [Resin-interest] Removing Etags

2007-08-07 Thread Scott Ferguson
On Aug 7, 2007, at 6:23 AM, rafael.munoz wrote: > > Sorry, I was talking about the whole problem with etags and a > server farm, > not only about activate/deactivate the etag header. For instance, > I'm not > sure if the etag value is calculated in Resin taking account the > server or > onl

Re: [Resin-interest] Removing Etags

2007-08-07 Thread rafael.munoz
Sorry, I was talking about the whole problem with etags and a server farm, not only about activate/deactivate the etag header. For instance, I'm not sure if the etag value is calculated in Resin taking account the server or only the resource (url, file size, etc). In the later case two identical r

Re: [Resin-interest] Removing Etags

2007-08-07 Thread Serge Sozonoff
Hello Rafael, I thought the answer was pretty clear? Serge rafael.munoz wrote: > Any new ideas about this? Nobody? > > > Scott Ferguson wrote: > >> On Aug 2, 2007, at 12:27 AM, rafael.munoz wrote: >> >> >>> Hi all >>> >>> Is there any way to configure resin not to set the 'Etag' header?

Re: [Resin-interest] Removing Etags

2007-08-07 Thread rafael.munoz
Any new ideas about this? Nobody? Scott Ferguson wrote: > > > On Aug 2, 2007, at 12:27 AM, rafael.munoz wrote: > >> >> Hi all >> >> Is there any way to configure resin not to set the 'Etag' header? > > Not unless you write your own FileServlet. Why would you want to > remove the ETag? >

Re: [Resin-interest] Removing Etags

2007-08-02 Thread rafael.munoz
Our application is served by a cluster of 9 servers so with Etag our data is not correctly cached only once time. At least, that Resin is generating the ETag header hashing the resource or using only the resource size, etc. and, in this case, not generating a unique Etag for a specific server. Se

Re: [Resin-interest] Removing Etags

2007-08-02 Thread Scott Ferguson
On Aug 2, 2007, at 12:27 AM, rafael.munoz wrote: > > Hi all > > Is there any way to configure resin not to set the 'Etag' header? Not unless you write your own FileServlet. Why would you want to remove the ETag? -- Scott > > Thanks in advance, > Rafa > -- > View this message in context: ht