froehlich 02/05/23 05:13:52
Modified: . Tag: cocoon_2_0_3_branch changes.xml
Log:
applied patch from Jeroen ter Voorde ([EMAIL PROTECTED]).
getHeaders() in multipart.FilePartFile/Array always returns null!
IE6 submits a file part with an empty filename for empty upload
controls. This was not correctly handled.
Revision Changes Path
No revision
No revision
1.138.2.14 +10 -7 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.138.2.13
retrieving revision 1.138.2.14
diff -u -r1.138.2.13 -r1.138.2.14
--- changes.xml 22 May 2002 15:06:55 -0000 1.138.2.13
+++ changes.xml 23 May 2002 12:13:52 -0000 1.138.2.14
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.138.2.13 2002/05/22 15:06:55 vgritsenko Exp $
+ $Id: changes.xml,v 1.138.2.14 2002/05/23 12:13:52 froehlich Exp $
-->
<changes title="History of Changes">
@@ -37,6 +37,9 @@
<release version="@version@" date="@date@">
+ <action dev="GF" type="fix" fixes-bug="9064" due-to="Jeroen ter Voorde"
due-to-email=" [EMAIL PROTECTED]">
+ Fixed multipart request problems with IE6.
+ </action>
<action dev="VG" type="fix" fixes-bug="3372">
Added ability to run Cocoon on Novell OS.
</action>
@@ -52,10 +55,10 @@
<link href="plan/todo-doc.html">Documentation To Do List</link> and
<link href="plan/changes-doc.html">Documentation History of Changes</link>.
</action>
- <action dev="GF" type="fix" fixes-bug="8881" due-to="Peter Royal">
- Fixed NPE in DefaultNotifyingBuilder.
+ <action dev="GF" type="fix" fixes-bug="8881" due-to="Peter Royal"
due-to-email="[EMAIL PROTECTED]">
+ Fixed NPE in DefaultNotifyingBuilder.
</action>
- <action dev="GF" type="fix" fixes-bug="8743" due-to="Michael Enke">
+ <action dev="GF" type="fix" fixes-bug="8743" due-to="Michael Enke"
due-to-email="[EMAIL PROTECTED]">
Fixed NPE in I18nTransformer.
</action>
<action dev="KP" type="update" due-to="Michael Enke">
@@ -79,10 +82,10 @@
<action dev="CH" type="fix">
Aliases in modular database actions now work correctly. All of them return
the number of affected rows as sitemap variable.
+ </action>
+ <action dev="GF" type="add" due-to="Maciek Kaminski"
due-to-email="[EMAIL PROTECTED]">
+ added new Selector component.
</action>
- <action dev="GF" type="add">
- added new Selector component, obtained from [EMAIL PROTECTED] (Maciek
Kaminski).
- </action>
<action dev="GF" type="fix" fixes-bug="6740">
Updated commons-httpclient.
</action>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]