Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 over 23 years berkley no message
AccessControlList.java 33.1 KB 802 almost 23 years bojilova added support for multiple group membership
AccessionNumber.java 11.8 KB 779 almost 23 years bojilova changes according to bug# 234 - metacat accessi...
AccessionNumberException.java 1.84 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
AccessionNumberGeneratedException.java 1.58 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
AuthInterface.java 3.54 KB 730 about 23 years bojilova Changes related to running LDAP servers referre...
AuthLdap.java 33.6 KB 802 almost 23 years bojilova added support for multiple group membership
AuthMcat.java 14.1 KB 730 about 23 years bojilova Changes related to running LDAP servers referre...
AuthSession.java 5.85 KB 802 almost 23 years bojilova added support for multiple group membership
BasicNode.java 6.2 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
CatalogMessageHandler.java 2.95 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
CommentNode.java 2.16 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
DBDTDHandler.java 5.23 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
DBEntityResolver.java 12.9 KB 694 about 23 years bojilova reject writing DTD file if it already exists
DBQuery.java 28 KB 802 almost 23 years bojilova added support for multiple group membership
DBSAXHandler.java 18.5 KB 802 almost 23 years bojilova added support for multiple group membership
DBSAXNode.java 14 KB 792 almost 23 years bojilova don't need to override the old meta_file_id tag...
DBSimpleQuery.java 7.11 KB 675 over 23 years berkley added precise location information (class.metho...
DBTransform.java 6.74 KB 764 almost 23 years bojilova seems that there are problem in JDBC-ODBC bridg...
DBUtil.java 12.1 KB 793 almost 23 years bojilova http://bugzilla.ecoinformatics.org/show_bug.cgi...
DBValidate.java 9.8 KB 675 over 23 years berkley added precise location information (class.metho...
DocInfoHandler.java 2.29 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
DocumentIdentifier.java 6.88 KB 736 about 23 years bojilova put exception handler messages when acc# is not...
DocumentImpl.java 47.6 KB 802 almost 23 years bojilova added support for multiple group membership
ElementNode.java 5.24 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
ForceReplicationHandler.java 4.62 KB 675 over 23 years berkley added precise location information (class.metho...
HttpMessage.java 4.99 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
McdbDocNotFoundException.java 2.08 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
McdbException.java 3.41 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
MetaCatServlet.java 55.6 KB 802 almost 23 years bojilova added support for multiple group membership
MetaCatUtil.java 12.3 KB 777 almost 23 years bojilova changed all mentions of DBAdapter to the new na...
MetacatReplication.java 34.7 KB 727 about 23 years berkley added check to see if a replication server's IP...
MetacatURL.java 9.35 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
NodeComparator.java 3.49 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
NodeRecord.java 1.67 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
PINode.java 2.54 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
QuerySpecification.java 29.8 KB 795 almost 23 years bojilova support for the new terms included in pathquery...
RelationHandler.java 6.22 KB 800 almost 23 years Matt Jones Added fix to DocumentImpl that showed problems ...
ReplMessageHandler.java 4.07 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
ReplicationHandler.java 20.5 KB 697 about 23 years bojilova - fixed missing replication of public_access - ...
TextNode.java 2.12 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...

Latest revisions

# Date Author Comment
802 07/20/2001 09:03 PM bojilova

added support for multiple group membership

801 07/20/2001 03:19 PM Matt Jones

Changed the constructors so that the nodeRecordList is automatically
retrieved by the DocumentImpl(Connection,String) constructor. this
restores its earlier behavior, but the implementation is totally
done by DocumentImpl(Connection,String,boolean).

800 07/20/2001 11:23 AM Matt Jones

Added fix to DocumentImpl that showed problems when the DocumentImpl(conn)
constructor was called. Now there is a new constructor:
DocumentImpl(Connection, String, boolean)
where the boolean value is used to determine if the nodeset should be
read a t the time the cosntructor is called. if false, then...

799 07/19/2001 02:20 AM Matt Jones

Completely removed the socket-server feature that used to provide
file upload. It is now replaced by multipart/form-data over http.

798 07/19/2001 01:52 AM Matt Jones

Modified Metacat to support large data file uploads. This is accomplished
by supporting a new content type for data sent to metacat:
multipart/form-data
which allows multiple files to be sent in a standard MIME format. The
MetacatServlet.handleGetOrPost() method now checks the incoming content...

797 07/17/2001 07:58 PM bojilova

Simplified ReplicationHandler:
It is run now in the same thread started from DBSAXHandler;
thus the same connection opened in that thread is used,
i.e. no need for new connection and no complains as "Connection is closed" in ReplicationHandler;
"Connection is closed" error happens when in the current thread there are try to use connection opened in another thread,...

795 07/17/2001 09:20 AM bojilova

support for the new terms included in pathquery.dtd

793 07/16/2001 12:32 PM bojilova

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=248
Included utility function about gettig the latest docid for a user:
DBUtil.getLastDocid(username).
Metacat parameters:
action='getlastdocid'
username

792 07/13/2001 12:17 PM bojilova

don't need to override the old meta_file_id tags with docid without rev
since Morpho inserts docids before sending the docs to Metacat

790 07/06/2001 11:58 AM bojilova

added constructor in DocumentImpl for use in DBQuery.findDocuments();
this new constructor is used with getDocumentInfo() to get the doc info only;
because the other constructor builds the whole xml doc which is not needed here and time consuming;
this happens on backtracking only.

View revisions

Also available in: Atom