You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2013/03/13 21:04:01 UTC

svn commit: r1456113 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/UploadContext.java

Author: simonetripodi
Date: Wed Mar 13 20:04:00 2013
New Revision: 1456113

URL: http://svn.apache.org/r1456113
Log:
trivial: as discussed in ML, mentioned the fact that this interface may vanish in 2.X

Modified:
    commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/UploadContext.java

Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/UploadContext.java
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/UploadContext.java?rev=1456113&r1=1456112&r2=1456113&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/UploadContext.java (original)
+++ commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/UploadContext.java Wed Mar 13 20:04:00 2013
@@ -20,6 +20,10 @@ package org.apache.commons.fileupload;
  * Enhanced access to the request information needed for file uploads,
  * which fixes the Content Length data access in {@link RequestContext}.
  *
+ * The reason of introducing this new interface is just for backward compatibility
+ * and it might vanish for a refactored 2.x version moving the new method into
+ * RequestContext again.
+ *
  * @since 1.3
  */
 public interface UploadContext extends RequestContext {