Re: svn commit: r649333 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/javaflow/test/org/apache/cocoon/components/flow/java/test: FlowTest.java InheritanceFlowTest.java

2008-04-19 Thread Joerg Heinicke

On 17.04.2008 19:57, [EMAIL PROTECTED] wrote:

Author: anathaniel
Date: Thu Apr 17 16:57:56 2008
New Revision: 649333

URL: http://svn.apache.org/viewvc?rev=649333view=rev
Log:
Fix compile errors

Modified:

cocoon/branches/BRANCH_2_1_X/src/blocks/javaflow/test/org/apache/cocoon/components/flow/java/test/FlowTest.java

cocoon/branches/BRANCH_2_1_X/src/blocks/javaflow/test/org/apache/cocoon/components/flow/java/test/InheritanceFlowTest.java


Sorry for the oversight and thanks for the fix.

Joerg


Re: svn commit: r648942 - in /cocoon/trunk/core/cocoon-core/src: changes/changes.xml main/java/org/apache/cocoon/servlet/multipart/MultipartParser.java

2008-04-19 Thread Joerg Heinicke

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=648942view=rev
Log:
fix inconsistencies between inline parts and file parts when multiple 
fields of the same name exist 
(http://marc.info/?l=xml-cocoon-devm=120835513330316w=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=648942r1=648941r2=648942view=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