This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 802ec33  FELIX-6498 : Support servlet api 4.0
802ec33 is described below

commit 802ec33f7a8e7c6b52aa4404d2827e94aeef8887
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Jan 3 10:12:41 2022 +0100

    FELIX-6498 : Support servlet api 4.0
---
 .../http/base/internal/whiteboard/PerBundleServletContextImpl.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/http/base/src/main/java/org/apache/felix/http/base/internal/whiteboard/PerBundleServletContextImpl.java
 
b/http/base/src/main/java/org/apache/felix/http/base/internal/whiteboard/PerBundleServletContextImpl.java
index 5fcb4a3..c3a4d61 100644
--- 
a/http/base/src/main/java/org/apache/felix/http/base/internal/whiteboard/PerBundleServletContextImpl.java
+++ 
b/http/base/src/main/java/org/apache/felix/http/base/internal/whiteboard/PerBundleServletContextImpl.java
@@ -494,6 +494,6 @@ public class PerBundleServletContextImpl implements 
ExtServletContext {
 
     @Override
     public void setResponseCharacterEncoding(final String encoding) {
-        this.delegatee.setRequestCharacterEncoding(encoding);
+        this.delegatee.setResponseCharacterEncoding(encoding);
     }
 }

Reply via email to