Type | Changes | By |
---|
| nullFix synchronization issues in ContinuationsManager implementation. | joerg |
| Fix clean up of continuations. Thanks to Miguel Cuervo. | joerg |
Type | Changes | By |
---|
| Fixed bug in PoolableProxyHandler class that is responsible for putting components back to the pool. This bug could lead to the situation
when components that were not properly recycled landed in the pool. Fixes COCOON-2070. Thanks to Alexander Klimetschek. | gkossakowski |
| Moved registration of VariableResolver to BridgeElementParser from SitemapElementParser to make it
available to all Avalon components (i.e. input modules). | rgoers |
| Remove support for Cocoon 2.0 error handlers,
<
map:handle-errors type="500"
>
,
which were deprecated since Cocoon 2.1m1. | vgritsenko |
| The settings object is not available in Object Model (it can't be obtained using expressions). Thanks to Luca Morandini. | gkossakowski |
Type | Changes | By |
---|
| Construct xmodule:flow-attr does not accept document object. Fixes problem that caused
"The object type: class java.lang.String could not be serialized to XML" exception. Fixes COCOON-2108. Thanks to Hugh Sparks. | gkossakowski |
| Regression in
<
map:serialize/
>
- do not override status code if
it was not set on serialize element. | vgritsenko |
Type | Changes | By |
---|
| <
map:serialize status-code=
"
{}
"
/
>
supports variable resolution. Fixes COCOON-1354. Thanks to Jochen Seifarth. | reinhard |