Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-10 Thread Joerg Heinicke
On 07.08.2007 3:46 Uhr, Daniel Fagerstrom wrote: Anyway, +1 for me to do it in 2.3. We can deprecate them now in 2.2. Unfortunately it is more complicated than that. You are right. I had deprecating our environment abstractions completely in mind. But when reading this I remembered some

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-08 Thread Daniel Fagerstrom
Alfred Nathaniel skrev: On Tue, 2007-08-07 at 09:46 +0200, Daniel Fagerstrom wrote: Unfortunately it is more complicated than that. The non-compatible change is that Request.getSession switches return value from o.a.c.environment.Session to javax.servlet.http.HttpSession and that

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-08 Thread Vadim Gritsenko
Alfred Nathaniel wrote: On Tue, 2007-08-07 at 09:46 +0200, Daniel Fagerstrom wrote: Unfortunately it is more complicated than that. The non-compatible change is that Request.getSession switches return value from o.a.c.environment.Session to javax.servlet.http.HttpSession and that

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-07 Thread Daniel Fagerstrom
Joerg Heinicke skrev: On 04.08.2007 9:03 Uhr, Daniel Fagerstrom wrote: I don't want this to collide with releasing 2.2, so I'll wait with introducing the changes if there is any risk for that. Can you please clarify what exactly this vote is now about? It is about letting our environment

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-07 Thread Alfred Nathaniel
On Tue, 2007-08-07 at 09:46 +0200, Daniel Fagerstrom wrote: Unfortunately it is more complicated than that. The non-compatible change is that Request.getSession switches return value from o.a.c.environment.Session to javax.servlet.http.HttpSession and that Request.getCookie switch return

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-06 Thread Joerg Heinicke
On 04.08.2007 9:03 Uhr, Daniel Fagerstrom wrote: I don't want this to collide with releasing 2.2, so I'll wait with introducing the changes if there is any risk for that. Can you please clarify what exactly this vote is now about? To do it at all thought we had already decided that some time

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-05 Thread Grzegorz Kossakowski
Daniel Fagerstrom pisze: I don't want this to collide with releasing 2.2, so I'll wait with introducing the changes if there is any risk for that. Please cast your vote! You could guessed it: +1! :-) -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-05 Thread Grzegorz Kossakowski
Reinhard Poetz pisze: If we follow our release policies, we wouldn't be allowed to introduce this change for any 2.2.x release and 2.3 is far away I'd guess. But since we have released the first series of RC1 without having announced them so far, my vote is +1. Reinhard, have you read this

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-05 Thread Reinhard Poetz
Grzegorz Kossakowski wrote: Reinhard Poetz pisze: If we follow our release policies, we wouldn't be allowed to introduce this change for any 2.2.x release and 2.3 is far away I'd guess. But since we have released the first series of RC1 without having announced them so far, my vote is +1.

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-05 Thread Felix Knecht
Please cast your vote! +1 for C2.3 Felix

[vote] Let our environment abtractions extend the http servlet ones

2007-08-04 Thread Daniel Fagerstrom
I would like o.a.c.environment.[Request|Response|Session] to extend javax.servlet.http.Http[ServletRequest|ServletResponse|Session] respectively. The gain of doing so is that it will be easier to reuse Cocoon components outside Cocoon and that it will be simpler to use Cocoon together with

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-04 Thread Daniel Fagerstrom
Daniel Fagerstrom skrev: I would like o.a.c.environment.[Request|Response|Session] to extend javax.servlet.http.Http[ServletRequest|ServletResponse|Session] respectively. +1 /Daniel

Re: [vote] Let our environment abtractions extend the http servlet ones

2007-08-04 Thread Reinhard Poetz
Daniel Fagerstrom wrote: I would like o.a.c.environment.[Request|Response|Session] to extend javax.servlet.http.Http[ServletRequest|ServletResponse|Session] respectively. The gain of doing so is that it will be easier to reuse Cocoon components outside Cocoon and that it will be simpler to