http://java.sun.com/javase/6/docs/api/javax/security/auth/Subject.html
Therefore all concrete Principal implementations associated with Subjects must implement Serializable.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@939491
13f79535-47bb-0310-9956-
ffa450edef68
package org.apache.catalina.connector;
+import java.io.Serializable;
import java.security.Principal;
/**
*/
public class CoyotePrincipal
- implements Principal {
+ implements Principal, Serializable {
// ----------------------------------------------------------- Constructors