This is an automated email from the ASF dual-hosted git repository.
stbischof pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from f572bd8131 #320 Idea to add CI pipeline with github actions - Combine
into one CI file again and use dorny/paths-filter@v3 to detect changes
add 748a935698 [http] extract Multipart code into new
ServletRequestMultipartWrapper
add 6c78c18dfb [http.base] throw new ServletException on
No new revisions were added by this update.
Summary of changes:
.../http/base/internal/dispatch/Dispatcher.java | 22 +-
.../internal/dispatch/RequestDispatcherImpl.java | 51 +++-
.../dispatch/ServletRequestMultipartWrapper.java | 322 +++++++++++++++++++++
.../internal/dispatch/ServletRequestWrapper.java | 256 +---------------
.../internal/dispatch/ServletResponseWrapper.java | 4 +-
5 files changed, 387 insertions(+), 268 deletions(-)
create mode 100644
http/base/src/main/java/org/apache/felix/http/base/internal/dispatch/ServletRequestMultipartWrapper.java