Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 about 24 years berkley no message
AccessControlList.java 35.2 KB 777 over 23 years bojilova changed all mentions of DBAdapter to the new na...
AccessionNumber.java 11.8 KB 779 about 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 over 23 years bojilova Changes related to running LDAP servers referre...
AuthLdap.java 33.6 KB 787 about 23 years bojilova made use of the new property for ldaps url; it ...
AuthMcat.java 14.1 KB 730 over 23 years bojilova Changes related to running LDAP servers referre...
AuthSession.java 5.85 KB 730 over 23 years bojilova Changes related to running LDAP servers referre...
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 over 23 years bojilova reject writing DTD file if it already exists
DBQuery.java 27.7 KB 768 over 23 years bojilova MS SQL Server stores trailing spaces in varchar...
DBSAXHandler.java 18.8 KB 697 over 23 years bojilova - fixed missing replication of public_access - ...
DBSAXNode.java 13.8 KB 777 over 23 years bojilova changed all mentions of DBAdapter to the new na...
DBSimpleQuery.java 7.11 KB 675 over 23 years berkley added precise location information (class.metho...
DBTransform.java 6.74 KB 764 over 23 years bojilova seems that there are problem in JDBC-ODBC bridg...
DBUtil.java 10.1 KB 699 over 23 years bojilova implemented interface for download of DTD or Sc...
DBValidate.java 9.8 KB 675 over 23 years berkley added precise location information (class.metho...
DataFileServer.java 6.37 KB 675 over 23 years berkley added precise location information (class.metho...
DataFileUploadInterface.java 4.99 KB 675 over 23 years berkley added precise location information (class.metho...
DataStreamTest.java 7.3 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 over 23 years bojilova put exception handler messages when acc# is not...
DocumentImpl.java 44.3 KB 785 about 23 years bojilova moved delete from xml_relation before delete fr...
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 48.6 KB 780 about 23 years berkley fixed error with exception handling in metacat ...
MetaCatUtil.java 12.3 KB 777 over 23 years bojilova changed all mentions of DBAdapter to the new na...
MetacatReplication.java 34.7 KB 727 over 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 28.5 KB 745 over 23 years Matt Jones Fixed bug in metacat where return doctypes were...
RelationHandler.java 7.01 KB 743 over 23 years Matt Jones Modifications that change the package handling ...
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 over 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
787 07/02/2001 03:06 PM bojilova

made use of the new property for ldaps url;
it is used for secure connection to LDAP server listening on second port 636 by default with SSL sockets;
it is used from Metacat for the authetication process only;
all the rest communications with LDAP server are made on the default port 389 with plain sockets

785 07/02/2001 11:24 AM bojilova

moved delete from xml_relation before delete from xml_documents
because of the parent-child relation b/w these 2 tables

780 06/12/2001 02:56 PM berkley

fixed error with exception handling in metacat servlet and added new dtds to the sql script

779 06/12/2001 10:15 AM bojilova

changes according to bug# 234 - metacat accession # handling, done

777 06/08/2001 12:02 PM bojilova

changed all mentions of DBAdapter to the new name AbstractDatabase

774 06/06/2001 01:50 PM bojilova

use the non-null function name from db adapter

771 06/04/2001 02:07 PM bojilova

excluded revisionid from the insert statement for xml_revisions.
It is identity column for SQL Server or filled by sequence for db as Oracle or Postgres

770 06/04/2001 01:47 PM bojilova

changed like with =

769 06/01/2001 04:14 PM bojilova

changed ... WHERE ... LIKE ? ...
to ... WHERE ... = ? ...

768 06/01/2001 04:12 PM bojilova

MS SQL Server stores trailing spaces in varchar fields which shouldn't be
thus added docid.trim() in the Java code

View revisions

Also available in: Atom