Apache » Cocoon »

  Cocoon Core
      2.2
   homepage

Cocoon Core 2.2

Changes Report

Release History

VersionDateDescription
2.2.1TBAunreleased
2.2.0TBAreleased
2.2.0-RC22007-10-29released
2.2.0-RC12007-07-02released
2.2.0-M32007-03-02released
2.2.0-M22007-02-11released
2.2.0-M12006-08-01released


Release 2.2.1 - TBA

TypeChangesBy
addAllow multiple file uploads of the same field name. If there are multiple file uploads Request.get(String) will return a Vector. If there is only one file upload it will return the Part as it did before. This is now the same behavior as for inline parts.joerg

Release 2.2.0 - TBA

TypeChangesBy
fixClose streams properly after copying Parts (MultipartParser). Allow to access InputStream of PartInMemory multiple times.joerg
addAdd capability to IncludeTransformer to strip the root element from included XML content. Thanks to Ellis Pritchard.joerg
updatefor more details.vgritsenko
fixFix bug in recycling of poolable components where recycle() was not called in all cases. Thanks to Alexander Klimetschek.cziegler
fixFix MultipartFilter cleaning up the request and so disposing the uploaded files before the request has been processed actually. Thanks to Martin Heiden.joerg

Release 2.2.0-RC2 - 2007-10-29

TypeChangesBy

Release 2.2.0-RC1 - 2007-07-02

TypeChangesBy

Release 2.2.0-M3 - 2007-03-02

TypeChangesBy
updatedfagerstrom

Release 2.2.0-M2 - 2007-02-11

TypeChangesBy
updateCocoon becomes a normal Spring application which means that it is initialized by Spring and not the other way around.cziegeler

Release 2.2.0-M1 - 2006-08-01

TypeChangesBy
updateRemove deprecated methods from XMLUtils, DOMUtil, DOMBuilder and SourceUtil.cziegeler