Re: setHeader vs addHeader problem

2010-07-23 Thread Yoryos
I forgot to mention that I use Tomcat v6.0.20 On Fri, Jul 23, 2010 at 12:10, Yoryos wrote: > Hello > looking at HttpServletResponse > javadoc<http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServletResponse.html> > I > can understand that t

setHeader vs addHeader problem

2010-07-23 Thread Yoryos
Hello looking at HttpServletResponse javadoc I can understand that the difference between setHeader and addHeader is that the first one overrides previous setted one (if any) and the second one just ads th

Re: Reading Tomcat source code

2008-09-10 Thread Yoryos
I would suggest to start from the Default servlet (that would be org.apache.catalina.servlets.DefaultSerlet) On Wed, Sep 10, 2008 at 5:07 PM, Pierre Goupil <[EMAIL PROTECTED]>wrote: > Hello all, > > As an exercise, I would like to start reading Tomcat 6 source code. Lots of > things to learn ther

Upgrading to 6.0.18

2008-09-05 Thread Yoryos
Hello Does anyone knows if with a simple replacement of the jars of CATALINA_HOME/lib can I upgrade from 6.0.14 to 6.0.18?

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" > Sent: Thursday, September 04, 2008 9:08 AM > > Subject: Re: Etags vs Week Et

Re: Etags vs Week Etags

2008-09-04 Thread Yoryos
k Etags > > > >> - Original Message - From: "Yoryos" <[EMAIL PROTECTED]> >> To: "Tomcat Users List" >> Sent: Wednesday, September 03, 2008 8:57 PM >> Subject: Re: Etags vs Week Etags >> >> >> On Wed, Sep 3, 2008 a

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

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 up