Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 81091 invoked by uid 500); 22 Oct 2002 02:22:17 -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 81082 invoked by uid 500); 22 Oct 2002 02:22:17 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 22 Oct 2002 02:22:14 -0000 Message-ID: <20021022022214.81458.qmail@icarus.apache.org> From: vgritsenko@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/acting SetCharacterEncodingAction.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vgritsenko 2002/10/21 19:22:14 Modified: . changes.xml src/java/org/apache/cocoon/acting SetCharacterEncodingAction.java Log: fix javadoc Revision Changes Path 1.270 +2 -2 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.269 retrieving revision 1.270 diff -u -r1.269 -r1.270 --- changes.xml 22 Oct 2002 02:10:30 -0000 1.269 +++ changes.xml 22 Oct 2002 02:22:14 -0000 1.270 @@ -103,7 +103,7 @@ FOP user configuration can now be specified as URL or relative path - as the value of the >user-config< element. + as the value of the <user-config> element. Load default FOP configuration only once, do not overwrite any user 1.4 +4 -4 xml-cocoon2/src/java/org/apache/cocoon/acting/SetCharacterEncodingAction.java Index: SetCharacterEncodingAction.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SetCharacterEncodingAction.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SetCharacterEncodingAction.java 11 Jun 2002 23:54:54 -0000 1.3 +++ SetCharacterEncodingAction.java 22 Oct 2002 02:22:14 -0000 1.4 @@ -66,13 +66,13 @@ * Sets the character encoding of parameters. * Components use this encoding as default after the action. *

- * Configuration options: + * Configuration parameters: *

- *
form-encoding (required) - *
The supposed encoding of the request parameter. - *
form-encoding (optional) + *
form-encoding (optional) + *
The supposed encoding of the request parameter. *
* These configuration options supported in both declaration and use time. + *

If no encoding specified, the action does nothing. * * @author MIYABE Tatsuhiko */ ---------------------------------------------------------------------- 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