~ubuntu-branches/debian/squeeze/tomcat6/squeeze

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/ha/authenticator/ClusterSingleSignOnListener.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner, Niels Thykier, Torsten Werner
  • Date: 2010-07-19 18:22:52 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100719182252-xhqhj6nk6le2ccel
Tags: 6.0.28-1
[ Niels Thykier ]
* Removed depends on JREs for the library packages. It is no longer
  required by the policy.

[ Torsten Werner ]
* New upstream release (Closes: #588813)
  - Fixes CVE-2010-2227: DoS and information disclosure
* Remove 2 patches that were backports to 6.0.26.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import org.apache.catalina.ha.ClusterManager;
25
25
import org.apache.catalina.ha.ClusterMessage;
26
26
import org.apache.catalina.ha.ClusterListener;
 
27
import org.apache.juli.logging.Log;
 
28
import org.apache.juli.logging.LogFactory;
27
29
 
28
30
/**
29
31
 * Receive replicated SingleSignOnMessage form other cluster node.
32
34
 */
33
35
public class ClusterSingleSignOnListener extends ClusterListener {
34
36
 
 
37
    private static final Log log =
 
38
        LogFactory.getLog(ClusterSingleSignOnListener.class);
 
39
 
35
40
    /**
36
41
     * The descriptive information about this implementation.
37
42
     */