Re: Etags vs Week Etags

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: For example if you want XSLT in tomcat, first impression is its xerces and a complex servlet and lots of pain... you actually think tomcat cant do it, but then you look at the default servlet and Obama! its there ;) I

Re: Etags vs Week Etags

2008-09-11 Thread Robert Koberg
On Sep 11, 2008, at 10:36 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: For example if you want XSLT in tomcat, first impression is its xerces (Jumping without reading previous posts) You first impression is wrong :) Xerces is an

Re: Etags vs Week Etags

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, Robert Koberg wrote: On Sep 11, 2008, at 10:36 AM, Christopher Schultz wrote: Huh? The DefaultServlet handles XSLT? Which version of TC is that in? There is XSL for directory listings by default. Okay, that makes WAY more sense.

Re: Etags vs Week Etags

2008-09-11 Thread Robert Koberg
On Sep 11, 2008, at 11:44 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, Robert Koberg wrote: On Sep 11, 2008, at 10:36 AM, Christopher Schultz wrote: Huh? The DefaultServlet handles XSLT? Which version of TC is that in? There is XSL for directory

Re: Etags vs Week Etags

2008-09-04 Thread Yoryos
On Wed, Sep 3, 2008 at 11:09 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, September 03, 2008 9:51 PM Subject: Re: Etags vs Week Etags - Original Message

Re: Etags vs Week Etags

2008-09-04 Thread Johnny Kewl
- Original Message - From: Yoryos [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 04, 2008 9:08 AM Subject: Re: Etags vs Week Etags On Wed, Sep 3, 2008 at 11:09 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From

Re: Etags vs Week Etags

2008-09-04 Thread Yoryos
On Thu, Sep 4, 2008 at 1:07 PM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From: Yoryos [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, September 04, 2008 9:08 AM Subject: Re: Etags vs Week Etags On Wed, Sep 3, 2008 at 11:09 PM

Re: Etags vs Week Etags

2008-09-04 Thread Johnny Kewl
Yory, I'm tired pulling long hours on something, so please check me ;) Yes, not needed, its another hook... coder has left it there in case he needs it... In theory, when I look at the code, all you really have to do is setEtag and that will be used. If you leave the W/\ off... its a strong

Etags vs Week Etags

2008-09-03 Thread Yoryos
Hi all, I don't know if I should be postting the the dev list but let's try from here. I'm trying to understand how the etag are being applying to the static resources. My problem is that I would like to get rid of the week etags, that tomcat is applying. After a little bit of searching I ended

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
- Original Message - From: Yoryos [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, September 03, 2008 1:14 PM Subject: Etags vs Week Etags Hi all, I don't know if I should be postting the the dev list but let's try from here. I'm trying to understand how the etag

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
Suppose I need to explain what I would try... You in the code already so stealing the getLastMosified routing or whatever is easy.. If you map a servlet to say... /MyStaticStuff/*.jsp /MyStaticStuff/*.jpg That servlet will get all those requests... Then you rename your static resources

Re: Etags vs Week Etags

2008-09-03 Thread Yoryos
On Wed, Sep 3, 2008 at 8:12 PM, Johnny Kewl [EMAIL PROTECTED] wrote: Flipping good question... and I have a feeling that there is some philosophy in the answer... reasons for the way it done... The short answer is that you cant (I think)... the default servlet makes em weak (thats the

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
- Original Message - From: Yoryos [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, September 03, 2008 8:57 PM Subject: Re: Etags vs Week Etags On Wed, Sep 3, 2008 at 8:12 PM, Johnny Kewl [EMAIL PROTECTED] wrote: Flipping good question... and I have

Re: Etags vs Week Etags

2008-09-03 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, September 03, 2008 9:51 PM Subject: Re: Etags vs Week Etags - Original Message - From: Yoryos [EMAIL PROTECTED] To: Tomcat Users List users