You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/12/12 13:49:06 UTC

svn commit: r1848760 - in /tomcat/trunk/java/org/apache/catalina: ha/session/LocalStrings.properties manager/LocalStrings.properties tribes/membership/LocalStrings.properties util/LocalStrings.properties valves/LocalStrings.properties

Author: markt
Date: Wed Dec 12 13:49:06 2018
New Revision: 1848760

URL: http://svn.apache.org/viewvc?rev=1848760&view=rev
Log:
More improvements and fixes from woonsan

Modified:
    tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
    tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties
    tomcat/trunk/java/org/apache/catalina/tribes/membership/LocalStrings.properties
    tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties
    tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties?rev=1848760&r1=1848759&r2=1848760&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties [UTF-8] Wed Dec 12 13:49:06 2018
@@ -69,7 +69,7 @@ deltaRequest.ssid.mismatch=Session id mi
 deltaRequest.ssid.null=Session Id is null for setSessionId
 deltaRequest.wrongPrincipalClass=ClusterManager only support GenericPrincipal. Your realm used principal class [{0}].
 
-deltaSession.notifying=Notifying cluster of expiration primary=[{0}] sessionId [{1}]
+deltaSession.notifying=Notifying cluster of session expiration: primary=[{0}], sessionId [{1}]
 deltaSession.readSession=readObject() loading session [{0}]
 deltaSession.writeSession=writeObject() storing session [{0}]
 

Modified: tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties?rev=1848760&r1=1848759&r2=1848760&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties [UTF-8] Wed Dec 12 13:49:06 2018
@@ -38,8 +38,8 @@ htmlManagerServlet.connectorStateMaxProc
 htmlManagerServlet.connectorStateMaxThreads=Max threads:
 htmlManagerServlet.connectorStateProcessingTime=Processing time:
 htmlManagerServlet.connectorStateRequestCount=Request count:
-htmlManagerServlet.connectorStateTableTitleBRecv=B Recv
-htmlManagerServlet.connectorStateTableTitleBSent=B Sent
+htmlManagerServlet.connectorStateTableTitleBRecv=Bytes Recv
+htmlManagerServlet.connectorStateTableTitleBSent=Bytes Sent
 htmlManagerServlet.connectorStateTableTitleClientAct=Client (Actual)
 htmlManagerServlet.connectorStateTableTitleClientForw=Client (Forwarded)
 htmlManagerServlet.connectorStateTableTitleRequest=Request

Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/membership/LocalStrings.properties?rev=1848760&r1=1848759&r2=1848760&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/tribes/membership/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/tribes/membership/LocalStrings.properties [UTF-8] Wed Dec 12 13:49:06 2018
@@ -48,7 +48,7 @@ mcastServiceImpl.waitForMembers.start=Sl
 
 memberImpl.invalid.package.begin=Invalid package, should start with:[{0}]
 memberImpl.invalid.package.end=Invalid package, should end with:[{0}]
-memberImpl.large.payload=Payload is to large for tribes to handle.
+memberImpl.large.payload=Payload is too large for tribes to handle.
 memberImpl.notEnough.bytes=Not enough bytes in member package.
 memberImpl.package.small=Member package too small to validate.
 memberImpl.unableParse.hostname=Unable to parse hostname.

Modified: tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties?rev=1848760&r1=1848759&r2=1848760&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/util/LocalStrings.properties [UTF-8] Wed Dec 12 13:49:06 2018
@@ -19,7 +19,7 @@ customObjectInputStream.logRequired=A va
 customObjectInputStream.nomatch=The class [{0}] did not match the regular expression [{1}] for classes allowed to be deserialized
 
 extensionValidator.extension-not-found-error=ExtensionValidator[{0}][{1}]: Required extension [{2}] not found.
-extensionValidator.extension-validation-error=ExtensionValidator[{0}]: Failure to find [{1}] required extension(s).
+extensionValidator.extension-validation-error=ExtensionValidator[{0}]: Failed to find [{1}] required extension(s).
 extensionValidator.failload=Failure loading extension [{0}]
 extensionValidator.web-application-manifest=Web Application Manifest
 

Modified: tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties?rev=1848760&r1=1848759&r2=1848760&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties [UTF-8] (original)
+++ tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties [UTF-8] Wed Dec 12 13:49:06 2018
@@ -115,7 +115,7 @@ http.504.desc=The server, while acting a
 http.504.reason=Gateway Timeout
 http.505.desc=The server does not support, or refuses to support, the major version of HTTP that was used in the request message.
 http.505.reason=HTTP Version Not Supported
-http.506.desc=The server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is thereforenot a proper end point in the negotiation process.
+http.506.desc=The server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process.
 http.506.reason=Variant Also Negotiates
 http.507.desc=The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
 http.507.reason=Insufficient Storage



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org