ÄURDINA Michal wrote:
The problem arise only when one web application calls other web application to generate its output (via getRequestDispatcher.include() - crosscontext must be enabled). Then both webapps use the same static field instance in the same thread. And if both are calling method on the same class i.e. Cocoon.process(), then called web application can rewrite the value saved by calling web application.
IIRC, this particular problem you are describing are resolved in CVS. When last time you had updated your snapshot?
Vadim
