Skip to content

Commit

Permalink
MultipartHttpServletRequest - Handler mapping introspection fix. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 15, 2024
1 parent 6f9d173 commit 9c2aa53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public GrailsWebRequest(HttpServletRequest request, HttpServletResponse response
*/
public void setMultipartRequest(HttpServletRequest multipartRequest) {
this.multipartRequest = multipartRequest;
this.originalParams = null; // originalParams will need to be re-initialized. See https://github.com/grails/grails-core/issues/13837
}

private void inheritEncodingStateRegistry() {
Expand Down

0 comments on commit 9c2aa53

Please sign in to comment.