On Thu, Feb 05, 2004 at 07:44:28PM -0500, Wang, Yuhang M wrote: > I have slide setup with JDBCStore, the code had a comment saying that it > only uses 1 database connection. > So will Slide with JDBCStore work with multiple users?
Yes. Having only one database connection (I assume it was meant to say only a single username/password logging into the database) is pretty typical for a servlet. The servlet implements its own access control, separate from the databases' access control, and having an account for each Slide user would mean more hassle (you have to create/delete DB accounts) and would only work as long as you're getting the password in cleartext (which is against the DAV spec -- not that that's stopping people). -- Emiliano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
