~ttx/tomcat6/lucid-sru

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/session/LocalStrings.properties

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Claude, Ludovic Claude, Jason Brittain
  • Date: 2010-02-09 23:06:51 UTC
  • mfrom: (2.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100209230651-qiv9397g7txhrh99
Tags: 6.0.24-1
[ Ludovic Claude ]
* New upstream version
* Update the POM files for the new version of Tomcat
* Bump up Standards-Version to 3.8.4
* Refresh patches deploy-webapps-build-xml.patch and var_loaders.patch
* Remove patch fix_context_name.patch as it has been applied upstream
* Fix the installation of servlet-api-2.5.jar: the jar
  goes to /usr/share/java as in older versions (6.0.20-2)
  and links to the jar are added to /usr/share/maven-repo
* Moved NEWS.Debian into README.Debian
* Add a link from /usr/share/doc/tomcat6-common/README.Debian to
  /usr/share/doc/tomcat6/README.Debian to include a minimum of
  documentation in the tomcat6 package and add some useful notes. 
  (Closes: #563937, #563939)
* Remove poms from the Debian packaging, use upstream pom files

[ Jason Brittain ]
* Fixed a bug in the init script: When a start fails, the PID file was
  being left in place.  Now the init script makes sure it is deleted.
* Fixed a packaging bug that results in the ROOT webapp not being properly
  installed after an uninstall, then a reinstall.
* control: Corrected a couple of comments (no functional change).

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
standardSession.getId.ise=getId: Session already invalidated
61
61
standardSession.getMaxInactiveInterval.ise=getMaxInactiveInterval: Session already invalidated
62
62
standardSession.getValueNames.ise=getValueNames: Session already invalidated
 
63
standardSession.logoutfail=Exception logging out user when expiring session 
63
64
standardSession.notSerializable=Cannot serialize session attribute {0} for session {1}
64
65
standardSession.removeAttribute.ise=removeAttribute: Session already invalidated
65
66
standardSession.sessionEvent=Session event listener threw exception
66
 
standardSession.setAttribute.iae=setAttribute: Non-serializable attribute
 
67
standardSession.setAttribute.iae=setAttribute: Non-serializable attribute {0}
67
68
standardSession.setAttribute.ise=setAttribute: Session already invalidated
68
69
standardSession.setAttribute.namenull=setAttribute: name parameter cannot be null
69
70
standardSession.sessionCreated=Created Session id = {0}