You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/02/17 05:01:47 UTC

svn commit: r1245313 - in /geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources: consolebase_en.properties consolebase_ja.properties consolebase_zh.properties

Author: xiaming
Date: Fri Feb 17 04:01:46 2012
New Revision: 1245313

URL: http://svn.apache.org/viewvc?rev=1245313&view=rev
Log:
GERONIMO-6250 Missing a line of message for admin console ConnectorPortlet for maxParameterCount property

Modified:
    geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_en.properties
    geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_ja.properties
    geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_zh.properties

Modified: geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_en.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_en.properties?rev=1245313&r1=1245312&r2=1245313&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_en.properties (original)
+++ geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_en.properties Fri Feb 17 04:01:46 2012
@@ -718,6 +718,7 @@ webmanager.connector.editConnector.Tomca
 webmanager.connector.editConnector.TomcatManagerImpl.80  = A boolean value which can be used to enable or disable the TRACE HTTP method.
 webmanager.connector.editConnector.TomcatManagerImpl.82  = If set to true, all paths for session cookies will be set to /. This can be useful for portlet specification implementations, but will greatly affect performance if many applications are accessed on a given server by the client.
 webmanager.connector.editConnector.TomcatManagerImpl.84  = Set to true if you want calls to request.getRemoteHost() to perform DNS lookups in order to return the actual host name of the remote client. Set to false to skip the DNS lookup and return the IP address in String form instead (thereby improving performance).
+webmanager.connector.editConnector.TomcatManagerImpl.85  = The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.
 webmanager.connector.editConnector.TomcatManagerImpl.86  = The maximum size in bytes of the POST which will be handled by the container FORM URL parameter parsing. The limit can be disabled by setting this attribute to a value less than or equal to 0.
 webmanager.connector.editConnector.TomcatManagerImpl.88  = The maximum size in bytes of the POST which will be saved/buffered by the container during FORM or CLIENT-CERT authentication. For both types of authentication, the POST will be saved/buffered before the user is authenticated. For CLIENT-CERT authentication, the POST is buffered for the duration of the SSL handshake and the buffer emptied when the request is processed. For FORM authentication the POST is saved whilst the user is re-directed to the login form and is retained until the user successfully authenticates or the session associated with the authentication request expires. The limit can be disabled by setting this attribute to -1. Setting the attribute to zero will disable the saving of POST data during authentication.
 webmanager.connector.editConnector.TomcatManagerImpl.90  = If this Connector is being used in a proxy configuration, configure this attribute to specify the server name to be returned for calls to request.getServerName().

Modified: geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_ja.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_ja.properties?rev=1245313&r1=1245312&r2=1245313&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_ja.properties (original)
+++ geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_ja.properties Fri Feb 17 04:01:46 2012
@@ -722,6 +722,7 @@ webmanager.connector.editConnector.Tomca
 webmanager.connector.editConnector.TomcatManagerImpl.80  = TRACE HTTP メソッドを有効にするか無効にするかどうかを指定するブーリアン値。
 webmanager.connector.editConnector.TomcatManagerImpl.82  = true を設定すると、セッション・クッキーのすべてのパスに / が設定されます。これはポートレットの実装に有用可能ですが、クライアントから指定されたサーバー上にある多くのアプリケーションへアクセスされると、パフォーマンスに大きく影響するでしょう。
 webmanager.connector.editConnector.TomcatManagerImpl.84  = リモート・ホストの実際のホスト名を返すための DNS 参照を実行する request.getRemoteHost() を呼び出したい場合に true を設定します。DNS 参照をスキップするには false を設定し、その替わりに String 形式の IP アドレスを返します (これによりパフォーマンスを改善します)。
+webmanager.connector.editConnector.TomcatManagerImpl.85  = The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.
 webmanager.connector.editConnector.TomcatManagerImpl.86  = コンテナーの FORM URL パラメーターの解析によってハンドルする POST データの最大バイト・サイズ。この属性に 0 以下の値を設定するとこの制限を無効化できます。
 webmanager.connector.editConnector.TomcatManagerImpl.88  = フォームまたはクライアント証明書の認証でコンテナーが保存/バッファリングする POST の最大バイト・サイズ。これら両方の認証形式では、ユーザーを認証する直前で POST データを保存バッファリングします。クライアント証明書の認証では、リクエストを処理するときに SSL ハンドシェイクおよび空いたバッファーを保持するために POST データをバッフ
 ァリングします。フォーム認証では、ユーザーがログイン・フォームへリダイレクトする間に POST データを保存し、ユーザーが正常に認証するか、セッションが認証のリクエスト期限を関連付けるまで保持します。この属性に -1 を設定すると、制限を無効化できます。属性に 0 を設定すると、認証中に POST データの保存を無効化します。
 webmanager.connector.editConnector.TomcatManagerImpl.90  = このコネクターがプロキシー構成を使用する場合、この属性に request.getServerName() の呼び出し時に返されるサーバー名を指定してください。

Modified: geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_zh.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_zh.properties?rev=1245313&r1=1245312&r2=1245313&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_zh.properties (original)
+++ geronimo/server/branches/3.0-beta/plugins/console/console-base-portlets/src/main/i18n-resources/consolebase_zh.properties Fri Feb 17 04:01:46 2012
@@ -710,6 +710,7 @@ webmanager.connector.editConnector.Tomca
 webmanager.connector.editConnector.TomcatManagerImpl.80  = 一个布尔值,用于启用或禁用TRACE HTTP方法。
 webmanager.connector.editConnector.TomcatManagerImpl.82  = 如果设为true,所有会话cookie的路径将被设置为/.这对portlet规范的实现有用,但如果一个给定的服务器中的应用被很多客户端访问的话将极大的影响性能。
 webmanager.connector.editConnector.TomcatManagerImpl.84  = 如果你希望对request.getRemoteHost()的调用执行DNS查找以返回远程客户的实际主机名的话请设为true.设为false将略过DNS查找并返回字符串形式的IP地址(因此将提高性能)。
+webmanager.connector.editConnector.TomcatManagerImpl.85  = The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.
 webmanager.connector.editConnector.TomcatManagerImpl.86  = 容器的FORM URL参数解析所处理的POST的最大字节数.将属性值设为小于或等于0的值可以不加限制.
 webmanager.connector.editConnector.TomcatManagerImpl.88  = 容器在FORM或CLIENT-CERT验证过程中保存或缓存的POST的最大字节数.对于两种类型的验证,在用户被验证前POST将被保存或缓存。对于CLIENT-CERT验证,POST在SSL握手过程中被缓存并在请求被处理后清空。对于FORM验证,POST在用户被重定向到登录表单时被保存并保留到成功验证用户或者与验证请求关联的会话过期。将属性值设为-1可以不加限制.将属性值设为0则验证时不保存POST数据。
 webmanager.connector.editConnector.TomcatManagerImpl.90  = 如果连接器用在代理设置中,设置这个属性来指定调用request.getServerName()时返回的服务器名称。
@@ -798,4 +799,4 @@ artifact.actions.cancel              = �
 artifact.actions.edit                = 编辑
 artifact.actions.save                = 保存
 artifact.actions.remove              = 移除
-artifact.msg.emptyText               = 空文本框
\ No newline at end of file
+artifact.msg.emptyText               = 空文本框