[ https://issues.apache.org/jira/browse/WW-5500?focusedWorklogId=950923&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-950923 ]
ASF GitHub Bot logged work on WW-5500: -------------------------------------- Author: ASF GitHub Bot Created on: 05/Jan/25 08:21 Start Date: 05/Jan/25 08:21 Worklog Time Spent: 10m Work Description: lukaszlenart opened a new pull request, #1171: URL: https://github.com/apache/struts/pull/1171 [WW-5500](https://issues.apache.org/jira/browse/WW-5500) Cherry picks 575e4e8c9b0be2c1add1597099b7c2b90d93e5fa into Struts 7 Issue Time Tracking ------------------- Worklog Id: (was: 950923) Time Spent: 40m (was: 0.5h) > 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: 40m > 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)