Author: kkolinko
Date: Sun Oct 23 11:41:09 2011
New Revision: 1187869

URL: http://svn.apache.org/viewvc?rev=1187869&view=rev
Log:
Remove trailing whitespace from values in *.properties files
These are from revisions r1187791, r1187792, r1187794, r1187795, r1187800, 
r1187801

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/LocalStrings_ja.properties
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/LocalStrings.properties
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties 
(original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/LocalStrings.properties 
Sun Oct 23 11:41:09 2011
@@ -47,7 +47,7 @@ webappClassLoader.clearRmiFail=Failed to
 webappClassLoader.checkThreadLocalsForLeaks.badKey=Unable to determine string 
representation of key of type [{0}]
 webappClassLoader.checkThreadLocalsForLeaks.badValue=Unable to determine 
string representation of value of type [{0}]
 webappClassLoader.checkThreadLocalsForLeaks.unknown=Unknown
-webappClassLoader.checkThreadLocalsForLeaks=The web application [{0}] created 
a ThreadLocal with key of type [{1}] (value [{2}]) and a value of type [{3}] 
(value [{4}]) but failed to remove it when the web application was stopped. 
Threads are going to be renewed over time to try and avoid a probable memory 
leak. 
+webappClassLoader.checkThreadLocalsForLeaks=The web application [{0}] created 
a ThreadLocal with key of type [{1}] (value [{2}]) and a value of type [{3}] 
(value [{4}]) but failed to remove it when the web application was stopped. 
Threads are going to be renewed over time to try and avoid a probable memory 
leak.
 webappClassLoader.checkThreadLocalsForLeaksDebug=The web application [{0}] 
created a ThreadLocal with key of type [{1}] (value [{2}]). The ThreadLocal has 
been correctly set to null and the key will be removed by GC.
 webappClassLoader.checkThreadLocalsForLeaksFail=Failed to check for 
ThreadLocal references for web application [{0}]
 webappClassLoader.checkThreadsHttpClient=Found HttpClient keep-alive thread 
using web application class loader. Fixed by switching thread to the parent 
class loader.
@@ -56,7 +56,7 @@ webappClassLoader.stopTimerThreadFail=Fa
 webappClassLoader.validationErrorJarPath=Unable to validate JAR entry with 
name {0}
 webappClassLoader.warnRequestThread=The web application [{0}] is still 
processing a request that has yet to finish. This is very likely to create a 
memory leak. You can control the time allowed for requests to finish by using 
the unloadDelay attribute of the standard Context implementation.
 webappClassLoader.warnThread=The web application [{0}] appears to have started 
a thread named [{1}] but has failed to stop it. This is very likely to create a 
memory leak.
-webappClassLoader.warnTimerThread=The web application [{0}] appears to have 
started a TimerThread named [{1}] via the java.util.Timer API but has failed to 
stop it. To prevent a memory leak, the timer (and hence the associated thread) 
has been forcibly canceled. 
+webappClassLoader.warnTimerThread=The web application [{0}] appears to have 
started a TimerThread named [{1}] via the java.util.Timer API but has failed to 
stop it. To prevent a memory leak, the timer (and hence the associated thread) 
has been forcibly canceled.
 webappClassLoader.wrongVersion=(unable to load class {0})
 webappLoader.addRepository=Adding repository {0}
 webappLoader.deploy=Deploying class repositories to work directory {0}

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties 
(original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties 
Sun Oct 23 11:41:09 2011
@@ -40,7 +40,7 @@ htmlManagerServlet.deployTitle=Deploy
 htmlManagerServlet.deployUpload=WAR file to deploy
 htmlManagerServlet.deployUploadFail=FAIL - Deploy Upload Failed, Exception: {0}
 htmlManagerServlet.deployUploadFile=Select WAR file to upload
-htmlManagerServlet.deployUploadInServerXml=FAIL - War file \"{0}\" cannot be 
uploaded if context is defined in server.xml 
+htmlManagerServlet.deployUploadInServerXml=FAIL - War file \"{0}\" cannot be 
uploaded if context is defined in server.xml
 htmlManagerServlet.deployUploadNotWar=FAIL - File uploaded \"{0}\" must be a 
.war
 htmlManagerServlet.deployUploadNoFile=FAIL - File upload failed, no file
 htmlManagerServlet.deployUploadWarExists=FAIL - War file \"{0}\" already 
exists on server

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties
 (original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings_es.properties
 Sun Oct 23 11:41:09 2011
@@ -39,7 +39,7 @@ htmlManagerServlet.deployTitle = Despleg
 htmlManagerServlet.deployUpload = Archivo WAR a desplegar
 htmlManagerServlet.deployUploadFail = FALLO - Fall\u00F3 Carga de Despliegue, 
Excepci\u00F3n\: {0}
 htmlManagerServlet.deployUploadFile = Seleccione archivo WAR a cargar
-htmlManagerServlet.deployUploadInServerXml = FALLO - El fichero war "{0}" no 
se puede cargar si se define el contexto en server.xml 
+htmlManagerServlet.deployUploadInServerXml = FALLO - El fichero war "{0}" no 
se puede cargar si se define el contexto en server.xml
 htmlManagerServlet.deployUploadNotWar = FALLO - El fichero cargado "{0}" debe 
de ser un .war
 htmlManagerServlet.deployUploadNoFile = FALLO - Fall\u00F3 la carga del 
fichero, no hay fichero
 htmlManagerServlet.deployUploadWarExists = FALLO - El fichero war "{0}" ya 
existe en el servidor
@@ -85,7 +85,7 @@ managerServlet.noCommand = FALLO - No se
 managerServlet.noContext = FALLO - No existe contexto para trayectoria {0}
 managerServlet.noDirectory = FALLO - Documento base No-directorio para 
trayectoria {0}
 managerServlet.noDocBase = FALLO - No puedo replegar documento base para 
trayectoria {0}
-managerServlet.noGlobal = FALLO - No hay disponibles recursos globales JNDI 
+managerServlet.noGlobal = FALLO - No hay disponibles recursos globales JNDI
 managerServlet.noManager = FALLO - No existe gestor para ruta {0}
 managerServlet.noReload = FALLO - Recarga no soportada en WAR desplegado en 
trayectoria {0}
 managerServlet.noRename = FALLO - No pudeo desplegar WAR cargado para 
trayectoria {0}

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/LocalStrings_ja.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/LocalStrings_ja.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/LocalStrings_ja.properties
 (original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/LocalStrings_ja.properties
 Sun Oct 23 11:41:09 2011
@@ -13,8 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-defaultservlet.directorylistingfor=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4e00\u89a7:
 
-defaultservlet.upto=\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea: 
+defaultservlet.directorylistingfor=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4e00\u89a7:
+defaultservlet.upto=\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea:
 defaultservlet.subdirectories=\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea:
 defaultservlet.files=\u30d5\u30a1\u30a4\u30eb:
 
webdavservlet.jaxpfailed=JAXP\u306e\u521d\u671f\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/LocalStrings.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/LocalStrings.properties 
(original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/LocalStrings.properties 
Sun Oct 23 11:41:09 2011
@@ -19,7 +19,7 @@ fileStore.saving=Saving Session {0} to f
 fileStore.loading=Loading Session {0} from file {1}
 fileStore.removing=Removing Session {0} at file {1}
 fileStore.deleteFailed=Unable to delete file [{0}] which is preventing the 
creation of the session storage location
-fileStore.createFailed=Unable to create directory [{0}] for the storage of 
session data 
+fileStore.createFailed=Unable to create directory [{0}] for the storage of 
session data
 JDBCStore.close=Exception closing database connection {0}
 JDBCStore.saving=Saving Session {0} to database {1}
 JDBCStore.loading=Loading Session {0} from database {1}
@@ -58,7 +58,7 @@ standardSession.getLastAccessedTime.ise=
 standardSession.getId.ise=getId: Session already invalidated
 standardSession.getMaxInactiveInterval.ise=getMaxInactiveInterval: Session 
already invalidated
 standardSession.getValueNames.ise=getValueNames: Session already invalidated
-standardSession.logoutfail=Exception logging out user when expiring session 
+standardSession.logoutfail=Exception logging out user when expiring session
 standardSession.notSerializable=Cannot serialize session attribute {0} for 
session {1}
 standardSession.removeAttribute.ise=removeAttribute: Session already 
invalidated
 standardSession.sessionEvent=Session event listener threw exception

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties 
(original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties 
Sun Oct 23 11:41:09 2011
@@ -37,13 +37,13 @@ contextConfig.defaultMissing=No global w
 contextConfig.defaultPosition=Occurred at line {0} column {1}
 contextConfig.destroy=ContextConfig: Destroying
 contextConfig.fileUrl=Unable to create a File object from the URL [{0}]
-contextConfig.fixDocBase=Exception fixing docBase for context [{0}] 
+contextConfig.fixDocBase=Exception fixing docBase for context [{0}]
 contextConfig.init=ContextConfig: Initializing
 contextConfig.inputStreamFile=Unable to process file [{0}] for annotations
 contextConfig.inputStreamJar=Unable to process Jar entry [{0}] from Jar [{1}] 
for annotations
 contextConfig.inputStreamJndi=Unable to process resource element [{0}] for 
annotations
 contextConfig.invalidSci=The ServletContentInitializer [{0}] could not be 
created
-contextConfig.invalidSciHandlesTypes=Unable to load class [{0}] to check 
against the @HandlesTypes annotation of one or more ServletContentInitializers. 
+contextConfig.invalidSciHandlesTypes=Unable to load class [{0}] to check 
against the @HandlesTypes annotation of one or more ServletContentInitializers.
 contextConfig.jarUrl=The connection created for URL [{0}] was not a 
JarUrlConnection
 contextConfig.jar=Unable to process resource [{0}] for annotations
 contextConfig.jndiUrl=Unable to process JNDI URL [{0}] for annotations
@@ -125,5 +125,5 @@ userConfig.start=UserConfig: Processing 
 userConfig.stop=UserConfig: Processing STOP
 webRuleSet.absoluteOrdering=<absolute-ordering> element not valid in 
web-fragment.xml and will be ignored
 webRuleSet.relativeOrdering=<ordering> element not valid in web.xml and will 
be ignored
-xmlErrorHandler.error=Non-fatal error [{0}] reported processing [{1}]. 
-xmlErrorHandler.warning=Warning [{0}] reported processing [{1}]. 
+xmlErrorHandler.error=Non-fatal error [{0}] reported processing [{1}].
+xmlErrorHandler.warning=Warning [{0}] reported processing [{1}].

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties
 (original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties
 Sun Oct 23 11:41:09 2011
@@ -42,7 +42,7 @@ contextConfig.inputStreamFile = No puedo
 contextConfig.inputStreamJar = No puedo procesar la entrada de Jar [{0}] desde 
el Jar [{1}] para las anotaciones
 contextConfig.inputStreamJndi = No puedo procesar el elemento de recurso [{0}] 
para las anotaciones
 contextConfig.invalidSci = No se pudo crear el ServletContentInitializer [{0}]
-contextConfig.invalidSciHandlesTypes = No puedo cargar la clase [{0}] para 
revisar contra la anotaci\u00F3n  @HandlesTypes de uno o m\u00E1s 
ServletContentInitializers. 
+contextConfig.invalidSciHandlesTypes = No puedo cargar la clase [{0}] para 
revisar contra la anotaci\u00F3n  @HandlesTypes de uno o m\u00E1s 
ServletContentInitializers.
 contextConfig.jarUrl = La conexi\u00F3n creada para la URL [{0}] no era una 
JarUrlConnection
 contextConfig.jar = No puedo crear el recurso [{0}] para las anotaciones
 contextConfig.jndiUrl = No puedo procesar la URL JNDI [{0}] para las 
anotaciones
@@ -121,5 +121,5 @@ userConfig.start = "UserConfig"\: Tratam
 userConfig.stop = "UserConfig"\: Tratamiento del "STOP"
 webRuleSet.absoluteOrdering = Elemento <absolute-ordering> no v\u00E1lido en 
web-fragment.xml y ser\u00E1 ignorado
 webRuleSet.relativeOrdering = elemento <ordering> no v\u00E1lido en web.xml y 
ser\u00E1 ignorado
-xmlErrorHandler.error = Error no fatal [{0}] reportado por el proceso [{1}]. 
-xmlErrorHandler.warning = Aviso [{0}] reportado por el proceso [{1}]. 
+xmlErrorHandler.error = Error no fatal [{0}] reportado por el proceso [{1}].
+xmlErrorHandler.warning = Aviso [{0}] reportado por el proceso [{1}].

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties?rev=1187869&r1=1187868&r2=1187869&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/LocalStrings.properties 
Sun Oct 23 11:41:09 2011
@@ -42,6 +42,6 @@ requestUtil.urlDecode.uee=Unable to URL 
 SecurityUtil.doAsPrivilege=An exception occurs when running the 
PrivilegedExceptionAction block.
 sessionIdGenerator.createRandom=Creation of SecureRandom instance for session 
ID generation using [{0}] took [{1}] milliseconds.
 sessionIdGenerator.random=Exception initializing random number generator of 
class [{0}]. Falling back to java.secure.SecureRandom
-sessionIdGenerator.randomAlgorithm=Exception initializing random number 
generator using algorithm [{0}] 
+sessionIdGenerator.randomAlgorithm=Exception initializing random number 
generator using algorithm [{0}]
 sessionIdGenerator.randomProviderException initializing random number 
generator using provider [{0}]
 



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

Reply via email to