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=6670>.
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=6670

AuthenticatorBase uses StandardContext

           Summary: AuthenticatorBase uses StandardContext
           Product: Tomcat 4
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


o.a.c.authenticator.AuthenticatorBase casts its Context
to a StandardContext in order to set the debug level. That
means that AuthenticatorBase requires the presense of a
StandardContext even if its not used. I've submitted a
patch "AuthBaseCast.patch" under the subject "[PATCH]
MinimalTomcat, Coupling". The patch just removes the
offending lines, but a better solution might be better
to move the set/getDebug routines up into the Container
interface.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to