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

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/mbeans/ContextEnvironmentMBean.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:
36
36
 * <code>org.apache.catalina.deploy.ContextEnvironment</code> component.</p>
37
37
 *
38
38
 * @author Amy Roh
39
 
 * @version $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $
 
39
 * @version $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
40
40
 */
41
41
 
42
42
public class ContextEnvironmentMBean extends BaseModelMBean {