2005-10-04 jrandom
* Syndie patch for single user remote archives (thanks nickless_head!) * Handle an invalid netDb store (thanks Complication!)
This commit is contained in:
@ -269,6 +269,7 @@ public class RemoteArchiveBean {
|
||||
_proxyHost = null;
|
||||
_proxyPort = -1;
|
||||
_exportCapable = false;
|
||||
if (user == null) user = new User();
|
||||
|
||||
if ( (schema == null) || (schema.trim().length() <= 0) ||
|
||||
(location == null) || (location.trim().length() <= 0) ) {
|
||||
|
Reference in New Issue
Block a user