Just wanted to comment that apparently one of the existing lines in that
LocalStrings thingy have a typo:
On Mon, 9 Apr 2001, Bip Thelin wrote:
| Index: LocalStrings.properties
| ===================================================================
| RCS file:
|/home/cvspublic/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session/LocalStrings.properties,v
| retrieving revision 1.4
| diff -u -r1.4 LocalStrings.properties
| --- LocalStrings.properties 2001/02/03 20:36:20 1.4
| +++ LocalStrings.properties 2001/04/10 02:16:05
| @@ -37,6 +47,8 @@
| persistentManager.deserializeError=Error deserializing Session {0}: {1}
^^^^^^^^^^^^^^^
| persistentManager.serializeError=Error deserializing Session {0}: {1}
^^^^^^^^^ ^^^^^^^^^^^^^^^
;)
Endre.