[ https://issues.apache.org/jira/browse/WW-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137503#comment-16137503 ] ASF GitHub Bot commented on WW-4768: ------------------------------------ GitHub user pheaber opened a pull request: https://github.com/apache/struts/pull/162 return request HTTP method to fix problem for portlets with multipart validation multipart validation added to Dispatcher in WW-4768 and JakartaMultiPartRequest in WW-4767 can't be passed within a portlet since PortletServletRequest.getMethod() only returns null You can merge this pull request into a Git repository by running: $ git pull https://github.com/pheaber/struts struts-portlet-plugin-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/struts/pull/162.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #162 ---- commit fa7c8cbe5cfa195b471245dc1dd3486ceee50420 Author: Paul Heaberlin Date: 2017-08-22T22:01:05Z return request HTTP method to fix problem with multipart validation added to Dispatcher in WW-4768 and JakartaMultiPartRequest in WW-4767 ---- > Add proper validation if request is a multipart request > ------------------------------------------------------- > > Key: WW-4768 > URL: https://issues.apache.org/jira/browse/WW-4768 > Project: Struts 2 > Issue Type: Improvement > Components: Core > Affects Versions: 2.5.10 > Reporter: Lukasz Lenart > Assignee: Lukasz Lenart > Fix For: 2.5.12 > > -- This message was sent by Atlassian JIRA (v6.4.14#64029)