[
https://issues.apache.org/jira/browse/WW-5500?focusedWorklogId=950830&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-950830
]
ASF GitHub Bot logged work on WW-5500:
--------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jan/25 16:20
Start Date: 03/Jan/25 16:20
Worklog Time Spent: 10m
Work Description: sonarqubecloud[bot] commented on PR #1169:
URL: https://github.com/apache/struts/pull/1169#issuecomment-2569488928
## [](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1169)
**Quality Gate failed**
Failed conditions
 [22 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_struts&pullRequest=1169&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
 [42.2% Coverage on New
Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1169&metric=new_coverage&view=list)
(required ≥ 80%)
 [3.4% Duplication on New
Code](https://sonarcloud.io/component_measures?id=apache_struts&pullRequest=1169&metric=new_duplicated_lines_density&view=list)
(required ≤ 3%)
 [E Security Rating on New
Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1169)
(required ≥ A)
 [E Reliability Rating on New
Code](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1169)
(required ≥ A)
[See analysis details on SonarQube
Cloud](https://sonarcloud.io/dashboard?id=apache_struts&pullRequest=1169)
##
 Catch issues before they fail your Quality Gate with our IDE extension
 [SonarQube for
IDE](https://www.sonarsource.com/products/sonarlint/features/connected-mode/?referrer=pull-request)
Issue Time Tracking
-------------------
Worklog Id: (was: 950830)
Time Spent: 20m (was: 10m)
> Multipart Requests are not recognized
> -------------------------------------
>
> Key: WW-5500
> URL: https://issues.apache.org/jira/browse/WW-5500
> Project: Struts 2
> Issue Type: Bug
> Components: Dispatch Filter
> Affects Versions: 6.7.0
> Reporter: Andreas Sachs
> Assignee: Lukasz Lenart
> Priority: Minor
> Fix For: 6.7.1, 7.0.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> multipartValidationPattern defined in Dispatcher.java does not allow
> multipart requests with quotations.
>
> Eg:
> multipart/form-data; boundary="----=_Part_38_1092302434.1734807780737"
>
> It's working without ".
>
> Eg:
> multipart/form-data; boundary=----=_Part_38_1092302434.1734807780737
>
> Apache httpcomponents adds " to the boundary parameter. It's used by soap ui.
>
>
>
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
