Brian M Dube wrote:
> > 
> >     [ 
> > https://issues.apache.org/jira/browse/FOR-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414738#comment-13414738
> >  ] 
> > 
> > Brian M Dube commented on FOR-1234:
> > -----------------------------------
> > 
> > There is a workaround mentioned in the dispatcher quickstart documentation. 
> > That is, in your structurer file, to remove the cache settings from:
> > 
> > <forrest:structurer xmlns:forrest="http://apache.org/forrest/templates/1.0";
> >         xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";
> >         jx:cache-key="#{$cocoon/parameters/getRequest}"
> >         
> > jx:cache-validity="${Packages.org.apache.excalibur.source.impl.validity.NOPValidity()}">
> > 
> > to:
> > 
> > <forrest:structurer xmlns:forrest="http://apache.org/forrest/templates/1.0";
> >         xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
> 
> It seems the documentation for this plugin is not available on the
> Forrest website. Is 'ant deploy-docs' from the plugin directory the
> correct thing to do?

I do not know the state of Dispatcher. There was a big review
of all plugins deployment recently-ish. See the mailing list and
$FORREST_HOME/etc/review-plugin-deployment.txt
The last time it was deployed was back in forrest-0.8

Following on from that review there was supposed to be a
re-assessment of how we handle all plugins. However no-one
has found the energy yet.

In the meantime, people who use un-released whiteboard stuff
would be better off to use the current head of SVN and recognise
that they are being a "developer".

-David