Re: Supporting "conditional GET" in Cocoon

2006-03-01 Thread Ugo Cei
Il giorno 03/feb/06, alle ore 00:32, David Crossley ha scritto: I got it a few days ago. Perhaps you re-attached the same patch. Took a while for me to find the time to do something about this, but I have a new version of the patch attached to the issue. You might want to test it.

Re: Supporting "conditional GET" in Cocoon

2006-02-02 Thread David Crossley
Ugo Cei wrote: > David Crossley ha scritto: > > >When a Cocoon transformer stylesheet is modified, > >then the next browser request gets this error: > > org.apache.commons.httpclient.HttpException: Already used, but not > >recycled. > >After a browser page reload, Cocoon fetches the http > >sour

Re: Supporting "conditional GET" in Cocoon

2006-02-01 Thread Ugo Cei
Il giorno 02/feb/06, alle ore 06:09, David Crossley ha scritto: When a Cocoon transformer stylesheet is modified, then the next browser request gets this error: org.apache.commons.httpclient.HttpException: Already used, but not recycled. After a browser page reload, Cocoon fetches the http

Re: Supporting "conditional GET" in Cocoon

2006-02-01 Thread David Crossley
David Crossley wrote: > > Resurrecting this important thread ... > > I tried your patch today. Nice. > http://issues.apache.org/jira/browse/COCOON-1726 > However i am not expert enough to comment on the > implementation. All that i can say is: please. Ah, there is a problem, which i suppose is o

Re: Supporting "conditional GET" in Cocoon

2006-01-31 Thread David Crossley
On Fri, Dec 30, 2005 at 05:21:22PM +0100, Ugo Cei wrote: > Il giorno 30/dic/05, alle ore 16:09, Sylvain Wallez ha scritto: > > >>>I don't understand why you need a ThreadLocal. Isn't a class > >>>member good enough? > >> > >>How would a class member work with multiple threads? > > > >I see. This

Re: Supporting "conditional GET" in Cocoon

2005-12-30 Thread Gianugo Rabellino
On 12/30/05, Sylvain Wallez <[EMAIL PROTECTED]> wrote: > > Other issues that I'm going to dive into are redirects and cache > > control. I'm afraid that if we want to make Cocoon into a well-behaved > > participant in a Web 2.0 world, we have lots of work to do. > > Indeed. My impression is that th

Re: Supporting "conditional GET" in Cocoon

2005-12-30 Thread Ugo Cei
Il giorno 30/dic/05, alle ore 16:09, Sylvain Wallez ha scritto: I don't understand why you need a ThreadLocal. Isn't a class member good enough? How would a class member work with multiple threads? I see. This is because the HttpSource is referenced by the HttpSourceValidity, right? Now

Re: Supporting "conditional GET" in Cocoon

2005-12-30 Thread Sylvain Wallez
Ugo Cei wrote: Il giorno 29/dic/05, alle ore 23:45, Sylvain Wallez ha scritto: I don't understand why you need a ThreadLocal. Isn't a class member good enough? How would a class member work with multiple threads? I see. This is because the HttpSource is referenced by the HttpSourceValidi

Re: Supporting "conditional GET" in Cocoon

2005-12-30 Thread Ugo Cei
Il giorno 29/dic/05, alle ore 23:45, Sylvain Wallez ha scritto: Ears aren't deaf, but on vacation :-) Going to be deaf in a couple of days due to firecrackers anyway ;) I don't understand why you need a ThreadLocal. Isn't a class member good enough? How would a class member work with mul

Re: Supporting "conditional GET" in Cocoon

2005-12-29 Thread Sylvain Wallez
Ugo Cei wrote: Given the time of year, I'm afraid this message will fall on deaf ears, but anyway... Ears aren't deaf, but on vacation :-) I was recently startled to discover that there's apparently no easy way to perform a proper "conditional GET" [1] using Cocoon's sources. I wonder: didn'

Re: Supporting "conditional GET" in Cocoon

2005-12-28 Thread Jean-Baptiste Quenot
* Ugo Cei: > Given the time of year, I'm afraid this message will fall on > deaf ears, but anyway ... Some of us are still listening ;-) > I was recently startled to discover that there's apparently no > easy way to perform a proper "conditional GET" [1] using > Cocoon's sources. I

Supporting "conditional GET" in Cocoon

2005-12-27 Thread Ugo Cei
Given the time of year, I'm afraid this message will fall on deaf ears, but anyway ... I was recently startled to discover that there's apparently no easy way to perform a proper "conditional GET" [1] using Cocoon's sources. I wonder: didn't anybody ever try to implement an RSS aggregator o