This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from 17fb33e7498 CAMEL-19398: fix not being able to enable statistics after
initialized (#11526)
add 29936562310 CAMEL-19899: Process attachments before reading the
request body for HttpServletRequest
No new revisions were added by this update.
Summary of changes:
.../camel/http/common/DefaultHttpBinding.java | 5 +-
.../component/servlet/MultipartUploadTest.java | 78 ++++++++++++++++++++++
.../servlet/ServletCamelRouterTestSupport.java | 16 +++++
3 files changed, 97 insertions(+), 2 deletions(-)
create mode 100644
components/camel-servlet/src/test/java/org/apache/camel/component/servlet/MultipartUploadTest.java