[PATCH] change JDBCRealm to add flexibility in table layout

2002-03-04 Thread John Gregg
he newer version. I generated the patchfile with "diff -u ." thanks john gregg TechArch Consulting Group Minneapolis, MN --- JDBCRealm.java.orig Mon Mar 4 17:26:27 2002 +++ JDBCRealm.java Mon Mar 4 16:25:22 2002 @@ -179,6 +179,18 @@ /** + * The column in userRoleTa

RE: [PATCH] change JDBCRealm to add flexibility in table layout

2002-03-05 Thread John Gregg
gnKeyCol to have the same value as userNameCol. In that case, everything will work as it did before. thanks john gregg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g]On Behalf Of Ignacio J. Ortega Sent: Tuesday, March 05, 2002 2:45 AM To: 'Tomcat Devel

RE: [PATCH] change JDBCRealm to add flexibility in table layout

2002-03-06 Thread John Gregg
I assumed increased flexibility + backwards compatibility would be welcome. After all, Tomcat has to serve the needs of many different users. Some of those users, including me, are working for clients who aren't willing to spend the money on things like WebLogic or Oracle. Instead, we use Tomcat

RE: [PATCH] change JDBCRealm to add flexibility in table layout

2002-03-07 Thread John Gregg
Jim, I've been thinking about the custom class for authentication. Basically, that's what JAAS does, so when the JAASRealm is ready from primetime, you'll get your wish. However, I think it's great that Tomcat provides out-of-the-box authentication, even if it's not all things to everyone and I