~ubuntu-branches/ubuntu/precise/jetty/precise-updates

« back to all changes in this revision

Viewing changes to modules/naming/src/main/java/org/mortbay/naming/local/localContextRoot.java

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2009-10-23 20:45:43 UTC
  • mfrom: (1.1.6 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091023204543-3c4pyw0dhqq4qloh
Tags: 6.1.21-1
* New upstream release.
* Stopped using /tmp/jetty-temp in /etc/init.d/jetty for security
  reasons.
  - JVM_TMP is now /var/cache/jetty/tmp
  - JETTY_TMP is now /var/cache/jetty/data
* The postrm script no longer deletes files in /tmp/jetty-temp.
* Removed Philipp Meier from Uploaders (last upload was 2006-06-07).
  Thanks for your work on this package.
* Corrected javadoc symlink in binary package jetty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * localContext
33
33
 * 
34
34
 * @author janb
35
 
 * @version $Revision: 1327 $ $Date: 2006-11-27 19:40:14 +0100 (Mo, 27. Nov 2006) $
 
35
 * @version $Revision: 1327 $ $Date: 2006-11-27 19:40:14 +0100 (Mon, 27 Nov 2006) $
36
36
 * 
37
37
 */
38
38
public class localContextRoot implements Context