~ubuntu-branches/ubuntu/jaunty/tomcat6/jaunty-security

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/Globals.java

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2008-08-22 09:15:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080822091511-a31sdx3utvdufjer
Tags: 6.0.18-0ubuntu1
* New upstream version (LP: #260016)
  - Fixes CVE-2008-2938: Directory traversal vulnerability (LP: #256802)
  - Fixes CVE-2008-2370: Information disclosure vulnerability (LP: #256922)
  - Fixes CVE-2008-1232: XSS through sendError vulnerability (LP: #256926)
* Dropped CVE-2008-1947.patch (fix is shipped in this upstream release)
* control: Improve short descriptions for the binary packages
* copyright: Added link to /usr/share/common-licenses/Apache-2.0
* control: To pull the right JRE, libtomcat6-java now depends on
  default-jre-headless | java6-runtime-headless

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * Global constants that are applicable to multiple packages within Catalina.
24
24
 *
25
25
 * @author Craig R. McClanahan
26
 
 * @version $Revision: 505593 $ $Date: 2007-02-10 01:54:56 +0100 (sam., 10 févr. 2007) $
 
26
 * @version $Revision: 505593 $ $Date: 2007-02-10 01:54:56 +0100 (Sat, 10 Feb 2007) $
27
27
 */
28
28
 
29
29
public final class Globals {