On 18.04.2008 11:36, Grzegorz Kossakowski wrote:

[EMAIL PROTECTED] pisze:
Author: joerg
Date: Wed Apr 16 20:32:57 2008
New Revision: 648942

URL: http://svn.apache.org/viewvc?rev=648942&view=rev
Log:
fix inconsistencies between inline parts and file parts when multiple fields of the same name exist (http://marc.info/?l=xml-cocoon-dev&m=120835513330316&w=4)

Modified:
    cocoon/trunk/core/cocoon-core/src/changes/changes.xml
cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/servlet/multipart/MultipartParser.java

Modified: cocoon/trunk/core/cocoon-core/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/src/changes/changes.xml?rev=648942&r1=648941&r2=648942&view=diff ==============================================================================
--- cocoon/trunk/core/cocoon-core/src/changes/changes.xml (original)
+++ cocoon/trunk/core/cocoon-core/src/changes/changes.xml Wed Apr 16 20:32:57 2008
@@ -29,6 +29,11 @@
<body>
     <release version="2.2.0" date="TBA" description="released">
+      <action dev="joerg" type="add">
+ Allow 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.
+      </action>

Joerg, as you can see 2.2.0 of core has been already released so you need to create new release tag and move your log there. :-)

Oh, of course :) Fixed now.

Joerg

Reply via email to