Abstract wrapper class HTTP requests to handle multi-part data.
*/ @@ -105,7 +104,7 @@ public interface MultiPartRequest { /** * Returns a list of error messages that may have occurred while processing the request. * If there are no errors, an empty list is returned. If the underlying implementation - * (ie: pell, cos, jakarta, etc) cannot support providing these errors, an empty list is + * (ie: cos, jakarta, etc) cannot support providing these errors, an empty list is * also returned. This list of errors is reported back to the * {@link MultiPartRequestWrapper}'s errors field. * diff --git a/core/src/main/java/org/apache/struts2/dispatcher/multipart/MultiPartRequestWrapper.java b/core/src/main/java/org/apache/struts2/dispatcher/multipart/MultiPartRequestWrapper.java index 32778cd5f..c2871d423 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/multipart/MultiPartRequestWrapper.java +++ b/core/src/main/java/org/apache/struts2/dispatcher/multipart/MultiPartRequestWrapper.java @@ -37,7 +37,7 @@ import java.util.*; * ** The struts.multipart.parser property should be set to jakarta for the - * Jakarta implementation, pell for the Pell implementation and cos for the Jason Hunter + * Jakarta implementation, and cos for the Jason Hunter * implementation. *
* diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index 2654a78d9..4ce1f3e5a 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -62,7 +62,6 @@ struts.objectFactory.spring.enableAopSupport = false ### Parser to handle HTTP POST requests, encoded using the MIME-type multipart/form-data # struts.multipart.parser=cos -# struts.multipart.parser=pell # struts.multipart.parser=jakarta-stream struts.multipart.parser=jakarta ### Uses jakarta.servlet.context.tempdir by default