JDBCRealm authentication with interbase interclient

2001-02-05 Thread Erik LaBianca
This may be more of a developer question, but the guidelines seem to discourage non-developers from posting to the developer list, so I apologize if this is the wrong place. I don't know if any of you out there are using interbase with Tomcat 3.2.1, but I'm attempting to do so. I'm curious

RE: JDBCRealm authentication with interbase interclient

2001-02-05 Thread Ignacio J. Ortega
However, it would seem to me that the proper behavior in the case of a null username would be to return false immediately, rather than run a query off the database with a null parameter. The code I'm referring to is circa line 306 in apache/tomcat/request/JDBCRealm.java Any