Re: Expiration Attribute in Pipeline Efficient aggregation

2002-09-06 Thread Martin Lüthi
Ivelin Thank you for your hint. Do you mean something like map:generate type=xpathdirectory src=docs/myfiles#/Body map:parameter name=expires value=100/ /map:generate This seems not to be cached and the directory listing gets created every time. Martin Ivelin Ivanov [EMAIL PROTECTED]

Re: Expiration Attribute in Pipeline Efficient aggregation

2002-09-06 Thread Vadim Gritsenko
Ivelin Ivanov wrote: Cocoon 2.1 supports an extra attribute in the pipeline, which specifies the expiration header in the http response. It serves different purpose; other client won't get cached result, and refresh also won't get cached result. Martin, you still need to exted generator to

Re: Expiration Attribute in Pipeline Efficient aggregation

2002-09-06 Thread Ivelin Ivanov
: Re: Expiration Attribute in Pipeline Efficient aggregation Ivelin Ivanov wrote: Cocoon 2.1 supports an extra attribute in the pipeline, which specifies the expiration header in the http response. It serves different purpose; other client won't get cached result, and refresh also won't get

Re: Expiration Attribute in Pipeline Efficient aggregation

2002-09-06 Thread Vadim Gritsenko
to allow a cache timeout parameter to be allowed in the pipeline for the dirGenerator. - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 06, 2002 8:01 AM Subject: Re: Expiration Attribute in Pipeline Efficient aggregation Ivelin

Re: Expiration Attribute in Pipeline Efficient aggregation

2002-09-05 Thread Ivelin Ivanov
Cocoon 2.1 supports an extra attribute in the pipeline, which specifies the expiration header in the http response. This should allow temporary caching of the result. I am not sure where this is documented though. - Original Message - From: Martin Lüthi [EMAIL PROTECTED] To: [EMAIL