Skip to content

Commit

Permalink
Merge branch '4.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Jan 27, 2025
2 parents bb1d6c2 + 8140e0a commit 5015dd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void postProcessEnvironment(ConfigurableEnvironment environment, SpringAp
// no user set property, set it to false.
MapPropertySource propertySource = new MapPropertySource(MULTIPART_PROPERTY_SOURCE_NAME,
Map.of(MULTIPART_ENABLED_PROPERTY, Boolean.FALSE));
environment.getPropertySources().addFirst(propertySource);
//environment.getPropertySources().addFirst(propertySource);
}
}

Expand Down

0 comments on commit 5015dd2

Please sign in to comment.