You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2005/09/14 23:51:58 UTC

svn commit: r280949 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: sylvain
Date: Wed Sep 14 14:51:53 2005
New Revision: 280949

URL: http://svn.apache.org/viewcvs?rev=280949&view=rev
Log:
Typo: this is RejectedPart and not OversizedPart

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=280949&r1=280948&r2=280949&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Wed Sep 14 14:51:53 2005
@@ -198,7 +198,7 @@
   <changes>
   <release version="@version@" date="@date@">
     <action dev="SW" type="update">
-      When the upload size exceeds the configured limit, an OversizedPart is associated to the request
+      When the upload size exceeds the configured limit, a RejectedPart is associated to the request
       rather than throwing a exception at the servlet level. This allows the application to handle
       oversized uploads and provide meaningful messages. The upload widget in CForms has been updated
       to use this new feature.