[ https://issues.apache.org/jira/browse/WW-5461?focusedWorklogId=932921&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-932921 ]
ASF GitHub Bot logged work on WW-5461: -------------------------------------- Author: ASF GitHub Bot Created on: 03/Sep/24 05:48 Start Date: 03/Sep/24 05:48 Worklog Time Spent: 10m Work Description: sonarcloud[bot] commented on PR #1040: URL: https://github.com/apache/struts/pull/1040#issuecomment-2325652592 ## [](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1040) **Quality Gate failed** Failed conditions  [10 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=1040&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [31.1% Coverage on New Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1040&metric=new_coverage&view=list) (required ≥ 80%)  [3.9% Duplication on New Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1040&metric=new_duplicated_lines_density&view=list) (required ≤ 3%)  [E Security Rating on New Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1040) (required ≥ A)  [E Reliability Rating on New Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1040) (required ≥ A) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1040) ##  Catch issues before they fail your Quality Gate with our IDE extension  [SonarLint](https://www.sonarsource.com/products/sonarlint/features/connected-mode/?referrer=pull-request) Issue Time Tracking ------------------- Worklog Id: (was: 932921) Time Spent: 20m (was: 10m) > Multiple uploaded files cannot be processed individually > -------------------------------------------------------- > > Key: WW-5461 > URL: https://issues.apache.org/jira/browse/WW-5461 > Project: Struts 2 > Issue Type: Bug > Components: Core > Affects Versions: 6.6.0 > Reporter: Florian Schlittgen > Assignee: Lukasz Lenart > Priority: Minor > Labels: Upload > Fix For: 6.7.0, 7.0.0 > > Time Spent: 20m > Remaining Estimate: 0h > > The ActionFileUploadInterceptor was introduced with WW-5371 (Struts version > 6.6.0) and the API has been greatly simplified as a result. However, there is > a problem if you upload several files and want to process them individually > later. This is no longer possible because the name of the input element > (<input type="file" name="myFile">) is not part of the "UploadedFile" class. > In my opinion, since the class "UploadedFile" represents exactly what it is > named (an uploaded file) and the input name is part of the multipart request, > "inputName" should be included as a class member. This keeps the > "UploadedFilesAware" interface clean and "inputName" can be used in the > action if required without having to change the API. -- This message was sent by Atlassian Jira (v8.20.10#820010)