~ubuntu-branches/ubuntu/precise/tomcat7/precise-proposed

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/users/MemoryUser.java

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-07-25 22:58:33 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110725225833-1t773ak3y3g9utm2
Tags: 7.0.19-1
* Team upload.
* New upstream release.
  - Includes fix for CVE-2011-2526 (Closes: #634992)
* Remove patch for CVE-2011-2204 (included upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * {@link MemoryUserDatabase} implementation of {@link UserDatabase}.</p>
33
33
 *
34
34
 * @author Craig R. McClanahan
35
 
 * @version $Id: MemoryUser.java 1094650 2011-04-18 16:59:26Z markt $
 
35
 * @version $Id: MemoryUser.java 1140070 2011-06-27 09:27:06Z markt $
36
36
 * @since 4.1
37
37
 */
38
38