[
https://issues.apache.org/jira/browse/WW-5500?focusedWorklogId=950922&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-950922
]
ASF GitHub Bot logged work on WW-5500:
--------------------------------------
Author: ASF GitHub Bot
Created on: 05/Jan/25 08:20
Start Date: 05/Jan/25 08:20
Worklog Time Spent: 10m
Work Description: lukaszlenart merged PR #1169:
URL: https://github.com/apache/struts/pull/1169
Issue Time Tracking
-------------------
Worklog Id: (was: 950922)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)