Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.0
-
None
-
xp, spring 2.0.6, jsf-1.2 ri
Description
the current orchestra fails to start my app with 2.4 container.
Please change the poms to use servlet 2.4 and add this changes
— core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/RequestParameterResponseWrapper.java (revision 562289)
+++ core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/RequestParameterResponseWrapper.java (working copy)
@@ -187,7 +187,7 @@
-
+
public void setBufferSize(int i)
{
this.original.setBufferSize;
@@ -227,4 +227,18 @@
+
+ public String getContentType()
+
+
+ public void setCharacterEncoding( String encoding )
+