Activity
From 05/07/2001 to 06/05/2001
06/05/2001
- 04:12 PM Bug #185: replication security hole
- This bug arises because the client metacat provides the hostname in the
parameter data during replication, and the se... - 03:40 PM Bug #235 (Resolved): ssl support for metacat (https)
- Need support for clients to connect to metacat using ssl. Need to determine a
reasonable way of generating and assi... - 02:42 PM Bug #186: add web metadata entry form for Metacat
- Reassigned to cjones who is working on a web form that uses the new Metacat.pm
perl module to communicate with metaca... - 12:24 PM Revision 772 (metacat): cleared the COLLATION specifiers on column definitions:
- it is new in SQL Server 2000 and not supported in its earlier versions
- 10:27 AM Bug #234 (Resolved): metacat accession number handling
- Metacat currently generates an accession number if one is not provided by the
client on insert. We decided last Mar...
06/04/2001
- 02:07 PM Revision 771 (metacat): 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
- 01:47 PM Revision 770 (metacat): changed like with =
06/01/2001
- 04:14 PM Revision 769 (metacat): changed ... WHERE ... LIKE ? ...
- to ... WHERE ... = ? ...
- 04:12 PM Revision 768 (metacat): MS SQL Server stores trailing spaces in varchar fields which shouldn't be
- thus added docid.trim() in the Java code
- 01:26 PM Revision 766 (metacat): the ODBC multi-threading problem:
- in DBQuery we open ResultSet in the db connection and we are trying to
open another Resultset by AccessControlList wh... - 12:51 PM Revision 765 (metacat): changed
- SELECT ... WHERE LIKE ? ...
to:
SELECT ... WHERE = ? ...
It should be changed everywhere it is found - 12:14 PM Revision 764 (metacat): seems that there are problem in JDBC-ODBC bridge used with SQL Server
- when using sql statements like:
SELECT ...
WHERE LIKE ? ...
changed to:
SELECT ...
WHERE = ? ...
and now it works - 12:12 PM Revision 763 (metacat): commented out the use of oracle.jdbc.driver
- this was harcoded use for batching the sql calls at once in order to speed up the insert of XML Index
- 12:08 PM Revision 762 (metacat): added
- INSERT INTO xml_replication (serverid, server, replicate) VALUES ('1', 'localhost', '0');
which was missing
05/31/2001
- 05:26 PM Revision 759 (metacat): several changes were needed related to the change of the unique id generation and use
- 05:24 PM Revision 758 (metacat): Changed the order of generating and getting Unique ID for
- xml_nodes.nodeid and for uniqueid part of the accession#
because of SQl Server capabilities:
first let the db to gene... - 05:18 PM Revision 757 (metacat): - new db adapter for MS SQL Server
- - changed the getUniqueID(conn, tableName) to return the last generated by the db unique ID
instead of generating uni...
05/29/2001
- 05:17 PM Revision 756 (metacat): Updated pathquery.dtd to reflect new addition of filterdoctype element.
- 12:54 PM Bug #183: Port metacat to PostgresSQL and other databases
- I noticed that new classes that implement this functionality were checked in (by
Jivka). I have some file naming sug... - 11:09 AM Revision 755 (metacat): - made xmltables-sqlserver.sql from SQL Server running here on rincon machine
- - included db index on xml_nodes.nodename which was missing
05/24/2001
- 11:21 AM Revision 754 (metacat): change the call from getDateFunction() to getDateTimeFunction()
- 11:07 AM Revision 753 (metacat): changed the getDate method to getDateTime and changed the return
- string in the postgresql implementation to "now()" from now()::date
- 10:21 AM Revision 752 (metacat): change the call from getDateString() to getDateFunction()
- 10:20 AM Revision 751 (metacat): change the method name getDateString() to getDateFunction()
- return "now()::date" in the DBPostgresql implementation of that method
- 09:01 AM Revision 750 (metacat): The Postgres implementation of the dbadapter package, still needs testing and
- the getDate... method just returns the db function to return the date; to retreive the
current time is a second funct...
05/23/2001
- 03:28 PM Revision 749 (metacat): changed the db sequence name used for the accession# uniqueid
- to xml_documents_id_seq.
All db sequences now are named of form <table_name>_id_seq - 03:26 PM Revision 748 (metacat): added new property for the dbadapter class as:
- dbAdapter=edu.ucsb.nceas.dbadapter.DBOracle
the installation procedure should change it to the appropriate class - 03:19 PM Revision 747 (metacat): - changed to use the DBAdapter uniform interface for all apperance of "sysdate"
- and uniqueid generation from sequence
MetaCatUtil:
- reads from metacat.properties the dbadapter class implemented th... - 03:06 PM Revision 746 (metacat): the abstract DBAdapter class and its Oracle implementation
- for the new dbadapter package
05/22/2001
- 03:24 PM Revision 745 (metacat): Fixed bug in metacat where return doctypes were not being properly
- back traced. Changed DBQuery.findDocuments() so that it no longer
takes a returndoc array, but instead retrieves the...
05/21/2001
- 03:42 PM Bug #190: modify resultset to return all package information
- Added ability to process multiple "returndoc" elements in
a pathquery document. Now, any query hit will be back trace... - 02:46 PM Bug #190: modify resultset to return all package information
- Modifications that change the package handling behavior of metacat. Package
membership is now determined by an identi... - 02:30 PM Revision 744 (metacat): Added ability to process multiple "returndoc" elements in
- a pathquery document. Now, any query hit will be back traced to an
associated package if that package is listed in o... - 01:51 PM Revision 743 (metacat): Modifications that change the package handling behavior of metacat. Package
- membership is now determined by an identifier being used as either the subject
or object in a triple. One can not re...
05/16/2001
05/11/2001
- 11:42 AM Bug #233: authentication always succeeds with empty password
- FIXED
- 01:46 AM Bug #160: need resource restriction capability
- Deferred indefinitely because SRB deployment is in question. Will reopen later
if we decide to deploy the SRB. - 01:45 AM Bug #152: Port SRB1_1_8 changes to Linux x86
- Deferred indefinitely because SRB deployment is in question. Will reopen later
if we decide to deploy the SRB. - 01:44 AM Bug #137: need admin client for managing SRB systems
- Deferred indefinitely because SRB deployment is in question. Will reopen later
if we decide to deploy the SRB.
05/10/2001
- 12:12 PM Bug #186: add web metadata entry form for Metacat
- Rudolf -- could you check in your current metadata HTML form and the perl script
that processes its contents so Chris... - 12:04 PM Bug #186: add web metadata entry form for Metacat
- Added cjones to cc list because he has agreed to work onthis as well.
05/09/2001
- 04:44 PM Bug #233: authentication always succeeds with empty password
- Fixed from Metacat
Ldap server seems to always allow access with empty password strings - 01:54 PM Revision 741 (metacat): this is sql script does the same as the sql script named
- xmltables.sql except that this script is to be use to
create the database tables on a Postgresql backend rather
than ... - 01:49 PM Revision 740 (metacat): fixed the problem with empy password authentication.
- Ldap somehow allows DirContext to be created
when empty password is provided as in our case
instead of comlaining lik...
05/08/2001
- 05:57 PM Bug #233 (Resolved): authentication always succeeds with empty password
- If logging into metacat, providing an empty string for a password always results
in successful authentication. This... - 02:40 PM Revision 739 (metacat): as John were testing Metacat on postgres,
- he discovered that Connection needs more precise check
whether it is open because of db timing outs.
So used to be:
... - 11:47 AM Bug #199: changes in Access Control mechanism
- .
- 11:45 AM Bug #199: changes in Access Control mechanism
- 1. No changes are required for "public" access. Any LDAP auth server can hold
a "public" entry as a user or a group....
Also available in: Atom