Project

General

Profile

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

Latest revisions

# Date Author Comment
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.

649 01/09/2001 11:09 AM berkley

fixed minor error

648 01/09/2001 11:03 AM berkley

added support for data file upload via a random, authenticated socket.
The action added to metacatServlet is getdataport. A client can send a getdataport request. the server returns a random port number and starts a thread to handle the request on the given random port. The thread will only accept requests from the client that has the session id equal to that of the user that made the getdataport request. the user must be authenticated and logged in to make a getdataport request. Once the port number is received by the client the connection can be made. The first two parameters in the data stream must be the filename, followed by session id. (note that it only wants the session id not the whole cookie and the "JSESSION=" must be stripped from the text.) If the session number is correct, the upload is allowed, the file is written and xml_documents is updated with the new data file information.

647 01/09/2001 10:57 AM berkley

added support for data file upload via a random, authenticated socket.

View revisions

Also available in: Atom