Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 30611 invoked by uid 500); 13 Feb 2002 09:34:53 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 30602 invoked by uid 500); 13 Feb 2002 09:34:53 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 13 Feb 2002 09:34:51 -0000 Message-ID: <20020213093451.6052.qmail@icarus.apache.org> From: froehlich@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/environment Request.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N froehlich 02/02/13 01:34:51 Modified: src/java/org/apache/cocoon/environment Request.java Log: applied patch from MIYABE Tatsuhiko [miyabe@jzf.co.jp]. Form encoding enhancement! Revision Changes Path 1.4 +9 -1 xml-cocoon2/src/java/org/apache/cocoon/environment/Request.java Index: Request.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Request.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Request.java 4 Feb 2002 14:17:57 -0000 1.3 +++ Request.java 13 Feb 2002 09:34:51 -0000 1.4 @@ -65,7 +65,7 @@ * @author Davanum Srinivas * @author Carsten Ziegeler * @author Berin Loritsch - * @version CVS $Id: Request.java,v 1.3 2002/02/04 14:17:57 cziegeler Exp $ + * @version CVS $Id: Request.java,v 1.4 2002/02/13 09:34:51 froehlich Exp $ * */ @@ -142,6 +142,14 @@ */ String getCharacterEncoding(); + + /** + * Overrides the charactor encoding of parameters. + * + * @throw java.io.UnsupportedEncodingException if this is not a valid encoding. + */ + + void setCharacterEncoding(String enc) throws java.io.UnsupportedEncodingException; /** * Returns the length, in bytes, of the request body ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org