~ubuntu-branches/ubuntu/vivid/tomcat6/vivid-proposed

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/manager/Constants.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-08-03 21:50:20 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130803215020-glb1brkoau0zxr5x
Tags: 6.0.37-1
* New upstream release.
  - Drop patches for CVE-2012-4534, CVE-2012-4431, CVE-2012-3546,
    CVE-2012-2733, CVE-2012-3439
  - Drop 0011-CVE-02012-0022-regression-fix.patch
  - Drop 0017-eclipse-compiler-update.patch
* Freshened remaining patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
    public static final String HTML_TAIL_SECTION =
183
183
        "<hr size=\"1\" noshade=\"noshade\">\n" +
184
184
        "<center><font size=\"-1\" color=\"#525D76\">\n" +
185
 
        " <em>Copyright &copy; 1999-2011, Apache Software Foundation</em>" +
 
185
        " <em>Copyright &copy; 1999-2013, Apache Software Foundation</em>" +
186
186
        "</font></center>\n" +
187
187
        "\n" +
188
188
        "</body>\n" +