codecracker2014 commented on a change in pull request #22: Adding capability to 
take max upload size per request.Fileupload 1 3 1
URL: https://github.com/apache/commons-fileupload/pull/22#discussion_r326854928
 
 

 ##########
 File path: 
src/main/java/org/apache/commons/fileupload/servlet/ServletRequestContext.java
 ##########
 @@ -123,5 +123,14 @@ public String toString() {
                 Long.valueOf(this.contentLength()),
                 this.getContentType());
     }
+    
+     /**
+     *
+     * @return
 
 Review comment:
   this method is to be used in subclasses of FileUploadBase to get request for 
accessing request attributes.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to