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 <paul.heaber...@jetisre.com> 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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org