froehlich 02/02/13 01:34:51 Modified: src/java/org/apache/cocoon/environment Request.java Log: applied patch from MIYABE Tatsuhiko [[EMAIL PROTECTED]]. 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 <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a> * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a> * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a> - * @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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]