Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 about 23 years berkley no message
AccessControlList.java 19.8 KB 645 almost 23 years bojilova - appling acl through access files only - clear...
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 15 KB 645 almost 23 years bojilova - appling acl through access files only - clear...
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 7.17 KB 651 almost 23 years berkley fixed error handling and time out issues. Also...
DataStreamTest.java 5.06 KB 651 almost 23 years berkley fixed error handling and time out issues. Also...
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.1 KB 645 almost 23 years bojilova - appling acl through access files only - clear...
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 647 almost 23 years berkley added support for data file upload via a random...
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 about 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 almost 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
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.

645 01/08/2001 05:11 PM bojilova

- appling acl through access files only
- clearing around update/delete of access files - to delete the related records from both xml_access and xml_relation tables
- included check for user permissions for setting acl on the resources in the access file
- moved RelationHandler.deleteRelations(docid) down in RelationHandler obj just before the write of the new relations

641 01/05/2001 08:22 AM berkley

fixed url error in data download function

640 01/04/2001 06:13 PM bojilova

Use the new property "accessdoctype" to check if this is access file.
If it is, run AccessControlList for wirting into xml_access and xml_relation tables.
This is the thread that writes XML Index but afterwards.

638 01/04/2001 05:12 PM bojilova

included support for submition of access files
+ storing the acl info in xml_access table and relationship records in xml_relation table like
<aclfile, "isaclfilefor", recourceIdentifier> for every resource included in the access file

636 01/04/2001 04:04 PM berkley

added support to download a data file through metacat using a metacat url or a docid parameter.

View revisions

Also available in: Atom