You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Joerg Heinicke <jo...@gmx.de> on 2004/12/08 21:01:56 UTC

Re: svn commit: r111272 - /cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java /cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java /cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf /cocoon/trunk/status.xml

On 08.12.2004 15:58, lgawron@apache.org wrote:
> Author: lgawron
> Date: Wed Dec  8 06:58:35 2004
> New Revision: 111272
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=111272
> Log:
> implement 2 modes of work for continuations manager:
> - standard, as it was up till now
> - secure in which continuations are bound to session. Only the session that created a continuation can invoke it. 
>   All continuations bound to session are invalidated w
> Modified:
>    cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java
>    cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java
>    cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf
>    cocoon/trunk/status.xml


> -  <continuations-manager logger="flow.manager" time-to-live="3600000">
> +  <continuations-manager logger="flow.manager" time-to-live="3600000" 
> +                         session-bound-continuations="false" 
> +                         continuation-sharing-bug-compatible="false">

Can you document it somewhere (inside and outside of cocoon.xconf)?

Thanks,

Joerg

Re: svn commit: r111272 - /cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java /cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java /cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf /cocoon/trunk/status.xml

Posted by Leszek Gawron <lg...@mobilebox.pl>.
Joerg Heinicke wrote:
> On 08.12.2004 21:18, Leszek Gawron wrote:
> 
>>>> -  <continuations-manager logger="flow.manager" time-to-live="3600000">
>>>> +  <continuations-manager logger="flow.manager" 
>>>> time-to-live="3600000" +                         
>>>> session-bound-continuations="false" +                         
>>>> continuation-sharing-bug-compatible="false">
>>>
>>>
>>> Can you document it somewhere (inside and outside of cocoon.xconf)?
>>
>>
>> I have already put some description at ContinuationsManagerImpl 
>> javadoc. I will also add some info to cocoon.xconf. Is there any more 
>> place to add it?
> 
> 
> I had our "real" documentation in mind, somewhere in the xdocs if it is 
> appropriate. Ovidiu and Chris have written much about flow and 
> continuations, maybe there is somewhere a place to add it: 
> http://cocoon.apache.org/2.1/userdocs/flow/index.html.
Good point. A TODO for tomorrow.

-- 
Leszek Gawron                                      lgawron@mobilebox.pl
Project Manager                                    MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Re: svn commit: r111272 - /cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java /cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java /cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf /cocoon/trunk/status.xml

Posted by Joerg Heinicke <jo...@gmx.de>.
On 08.12.2004 21:18, Leszek Gawron wrote:

>>> -  <continuations-manager logger="flow.manager" time-to-live="3600000">
>>> +  <continuations-manager logger="flow.manager" 
>>> time-to-live="3600000" +                         
>>> session-bound-continuations="false" +                         
>>> continuation-sharing-bug-compatible="false">
>>
>> Can you document it somewhere (inside and outside of cocoon.xconf)?
> 
> I have already put some description at ContinuationsManagerImpl javadoc. 
> I will also add some info to cocoon.xconf. Is there any more place to 
> add it?

I had our "real" documentation in mind, somewhere in the xdocs if it is 
appropriate. Ovidiu and Chris have written much about flow and 
continuations, maybe there is somewhere a place to add it: 
http://cocoon.apache.org/2.1/userdocs/flow/index.html.

Joerg

Re: svn commit: r111272 - /cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java /cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java /cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf /cocoon/trunk/status.xml

Posted by Leszek Gawron <lg...@mobilebox.pl>.
Joerg Heinicke wrote:
> On 08.12.2004 15:58, lgawron@apache.org wrote:
> 
>> Author: lgawron
>> Date: Wed Dec  8 06:58:35 2004
>> New Revision: 111272
>>
>> URL: http://svn.apache.org/viewcvs?view=rev&rev=111272
>> Log:
>> implement 2 modes of work for continuations manager:
>> - standard, as it was up till now
>> - secure in which continuations are bound to session. Only the session 
>> that created a continuation can invoke it.   All continuations bound 
>> to session are invalidated w
>> Modified:
>>    
>> cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java 
>>
>>    
>> cocoon/trunk/src/java/org/apache/cocoon/components/flow/WebContinuation.java 
>>
>>    cocoon/trunk/src/webapp/WEB-INF/cocoon.xconf
>>    cocoon/trunk/status.xml
> 
> 
> 
>> -  <continuations-manager logger="flow.manager" time-to-live="3600000">
>> +  <continuations-manager logger="flow.manager" time-to-live="3600000" 
>> +                         session-bound-continuations="false" 
>> +                         continuation-sharing-bug-compatible="false">
> 
> 
> Can you document it somewhere (inside and outside of cocoon.xconf)?
I have already put some description at ContinuationsManagerImpl javadoc. 
I will also add some info to cocoon.xconf. Is there any more place to 
add it?

-- 
Leszek Gawron                                      lgawron@mobilebox.pl
Project Manager                                    MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65