Author: fschumacher
Date: Sat Sep 12 19:11:16 2015
New Revision: 1702666

URL: http://svn.apache.org/r1702666
Log:
Added LocalString entries for standardManager.loading.{cnfe,ioe}. They could 
probably be replaced by standardManager.loading.exception, as the 
exception#toString method does not add much information to the stacktrace.

Modified:
    tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties?rev=1702666&r1=1702665&r2=1702666&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties 
(original)
+++ tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties Sat 
Sep 12 19:11:16 2015
@@ -35,6 +35,8 @@ managerBase.createSession.ise=createSess
 managerBase.sessionTimeout=Invalid session timeout setting {0}
 standardManager.loading=Loading persisted sessions from {0}
 standardManager.loading.exception=Exception while loading persisted sessions
+standardManager.loading.cnfe=Class not found while loading persisted sessions 
[{0}]
+standardManager.loading.ioe=IOException while loading persisted sessions [{0}]
 standardManager.unloading=Saving persisted sessions to {0}
 standardManager.unloading.debug=Unloading persisted sessions
 standardManager.unloading.ioe=IOException while saving persisted sessions: {0}
@@ -70,4 +72,4 @@ persistentManager.swapIn=Swapping sessio
 persistentManager.swapInException=Exception in the Store during swapIn: {0}
 persistentManager.swapInInvalid=Swapped session {0} is invalid
 persistentManager.storeKeysException=Unable to determine the list of session 
IDs for sessions in the session store, assuming that the store is empty
-persistentManager.storeSizeException=Unable to determine the number of 
sessions in the session store, assuming that the store is empty
\ No newline at end of file
+persistentManager.storeSizeException=Unable to determine the number of 
sessions in the session store, assuming that the store is empty



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to