Author: ajaquith
Date: Wed May 14 12:58:55 2008
New Revision: 656389
URL: http://svn.apache.org/viewvc?rev=656389&view=rev
Log:
The sort-of-secret "share container user accounts with JDBCUserDatabase" option
has been permanently removed, and will not be replaced. This was previously
added to make it easier for users to add themselves to JDBC-based container
realms. However, the switch to salted passwords precludes the continued use of
this option. So it's gone and won't come back.
Modified:
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/user/UserDatabase.java
Modified:
incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/user/UserDatabase.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/user/UserDatabase.java?rev=656389&r1=656388&r2=656389&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/user/UserDatabase.java
(original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/user/UserDatabase.java
Wed May 14 12:58:55 2008
@@ -151,13 +151,6 @@
public void initialize( WikiEngine engine, Properties props ) throws
NoRequiredPropertyException;
/**
- * Returns <code>true</code> if this user database shares user/password
data with the
- * web container; <code>false</false> otherwise.
- * @return the result
- */
- public boolean isSharedWithContainer();
-
- /**
* Factory method that instantiates a new user profile.
* The [EMAIL PROTECTED] UserProfile#isNew()} method of profiles created
using
* this method should return <code>true</code>.