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

JDBCRealm is trying to use closed connections without checking

           Summary: JDBCRealm is trying to use closed connections without
                    checking
           Product: Tomcat 4
           Version: 4.0.6 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


org.apache.catalina.realm.JDBCRealm:
1) Trying to use JDBC connection after it has been closed because of timeout
2) Trying to execute prepared statements ("preparedCredentials" and "preparedRoles" in 
code) on 
closed connection if the connection has been closed because of timeout

In current version if connection to mysql server is closed because of inactivity 
timeout then next 
user attempt to login will fail regardless of username and password he has entered.

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

Reply via email to