~ubuntu-branches/ubuntu/maverick/tomcat6/maverick

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/authenticator/AuthenticatorBase.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-06-28 21:41:31 UTC
  • mfrom: (2.2.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100628214131-3wktukpb3lgdf83h
Tags: 6.0.26-5
* Convert patches to dep3 format.
* Backport security fix from trunk to fix CVE-2010-1157. (Closes: #587447)
* Set urgency to medium due to the security fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
 
101
101
    /**
 
102
     * Default authentication realm name.
 
103
     */
 
104
    protected static final String REALM_NAME = "Authentication required";
 
105
 
 
106
    /**
102
107
     * The message digest algorithm to be used when generating session
103
108
     * identifiers.  This must be an algorithm supported by the
104
109
     * <code>java.security.MessageDigest</code> class on your platform.