You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/12/23 23:44:54 UTC

DO NOT REPLY [Bug 25737] New: - Realm based authentication fails in cluster

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25737>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25737

Realm based authentication fails in cluster

           Summary: Realm based authentication fails in cluster
           Product: Tomcat 5
           Version: 5.0.16
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Catalina:Cluster
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: KMcTiernan@concordefs.com


Form based Realm authentication will fail 50% of the time in a clustered 
Tomcat.  It fails with the HTTP 400 status code "Invalid direct reference 
to..." error (it's not, I assure you).  My first inclination was that 
something that required serialization wasn't implementing Serializable.  This 
proved to be true (I believe SavedRequest.java needs to be serializable), but 
wasn't the only problem.  I'm attempting to debug and fix this (downloaded the 
source).  If you guys have beat me to it, I'd love an email at leat telling me 
where I can pick up the fixed code.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org