Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 over 23 years berkley no message
AccessControlList.java 19.8 KB 660 almost 23 years bojilova - turned on the validation in order only valid ...
AccessionNumber.java 7.8 KB 618 almost 23 years bojilova changed acc# generation to use db sequence inst...
AccessionNumberException.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
AccessionNumberGeneratedException.java 1.4 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
AuthInterface.java 2.54 KB 514 about 23 years Matt Jones Fixed problem with AuthInterface, AuthLdap, and...
AuthLdap.java 10.6 KB 515 about 23 years Matt Jones Updated the Javadoc documentation so that the c...
AuthMcat.java 12.7 KB 527 about 23 years bojilova changes for using SRB v1.1.8 at LTER, NM
AuthSession.java 5.2 KB 510 about 23 years bojilova XSLT transformation on "login" and "logout" action
BasicNode.java 6.03 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
CatalogMessageHandler.java 2.24 KB 595 almost 23 years berkley added additional actions to facilitate a web ba...
CommentNode.java 1.63 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBDTDHandler.java 5.56 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBEntityResolver.java 10.8 KB 599 almost 23 years bojilova constructor DBEntityResolver(Connection conn) i...
DBQuery.java 23.6 KB 626 almost 23 years berkley fixed sql error
DBSAXHandler.java 16.4 KB 660 almost 23 years bojilova - turned on the validation in order only valid ...
DBSAXNode.java 11.6 KB 471 about 23 years bojilova Separate thread used for writing into xml_index...
DBSimpleQuery.java 6.96 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBTransform.java 6.23 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DBUtil.java 6.92 KB 413 over 23 years bojilova for getDoctypes() added WHERE entry_type='DTD' ...
DBValidate.java 9.76 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
DataFileServer.java 5.58 KB 656 almost 23 years berkley added support for the new abstract class) to h...
DataFileUploadInterface.java 4.11 KB 655 almost 23 years berkley newninterface (actually an abstract class) to h...
DataStreamTest.java 6.49 KB 658 almost 23 years berkley added more documentation
DocInfoHandler.java 1.59 KB 562 about 23 years berkley this class allows the parsing of xml data sent ...
DocumentIdentifier.java 4.54 KB 623 almost 23 years berkley added comments to top of class
DocumentImpl.java 41.4 KB 660 almost 23 years bojilova - turned on the validation in order only valid ...
ElementNode.java 4.54 KB 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
ForceReplicationHandler.java 3.56 KB 625 almost 23 years berkley cleaned up code
HttpMessage.java 4.24 KB 657 almost 23 years berkley changed getCookie to static
McdbDocNotFoundException.java 1.38 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
McdbException.java 2.71 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
MetaCatServlet.java 50.8 KB 649 almost 23 years berkley fixed minor error
MetaCatUtil.java 9.83 KB 566 about 23 years Matt Jones Modified stylesheets and server code to use a s...
MetacatReplication.java 29.2 KB 631 almost 23 years berkley changed replication interface to make it easier...
MetacatURL.java 8.65 KB 566 about 23 years Matt Jones Modified stylesheets and server code to use a s...
NodeComparator.java 2.79 KB 429 over 23 years Matt Jones Fixed document reading bug (bugzilla bug #111) ...
NodeRecord.java 996 Bytes 388 over 23 years Matt Jones Modified the DBReader and ElementNode classes t...
PINode.java 1.67 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...
QuerySpecification.java 22.6 KB 626 almost 23 years berkley fixed sql error
RelationHandler.java 7.94 KB 645 almost 23 years bojilova - appling acl through access files only - clear...
ReplMessageHandler.java 3.36 KB 577 about 23 years berkley added replication_on_insert handling. Changed ...
ReplicationHandler.java 16.9 KB 629 almost 23 years berkley added support for one way replication
TextNode.java 2.1 KB 349 over 23 years Matt Jones Added "release" keyword to all metacat source f...

Latest revisions

# Date Author Comment
660 01/12/2001 09:55 AM bojilova

- turned on the validation in order only valid xml docs comformed to the specified dtd (if any) to be submitted in metacat
- with validation "on" white spaces are reported from ignorableWhitespace() callback, not from characters() (as with validation "off")...

658 01/11/2001 01:53 PM berkley

added more documentation

657 01/11/2001 01:44 PM berkley

changed getCookie to static

656 01/11/2001 01:37 PM berkley

added support for the new abstract class) to handle data file uploading through metnewninterface (actuall

655 01/11/2001 01:36 PM berkley

newninterface (actually an abstract class) to handle data file uploading through met

654 01/10/2001 01:34 PM berkley

fixed error in logic. sending the filesize as an int terminated by a zero failed when the file size was greater than 256. The filesize is now sent as a string followed by a zero.

653 01/10/2001 01:05 PM berkley

added support for the server to return the docid of the newly added data file. Also, now the data stream must be prefixed with the following information: filename <0> sessionid <0> filesize <0>. where the <0> symbol is a byte containing zero. The filesize is sent as an int and the filename and sessionid are sent as strings (in byte form).

652 01/09/2001 05:37 PM bojilova

unified getting "docid" value from metacat URLs specified in <resourceIdentifier> tags
by using MetaCatUtil.parseQuery() method in the same way as in MetaCatServlet.

651 01/09/2001 02:02 PM berkley

fixed error handling and time out issues. Also fixed thread syncronization problem

650 01/09/2001 01:03 PM berkley

multiple files with the same names no longer overwrite each other.

View revisions

Also available in: Atom