Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
AccessControlList.java 54.7 KB 1214 over 22 years Jing Tao Merge branch to head.
AccessionNumber.java 14.7 KB 1215 over 22 years Jing Tao Merge DBConnection branch to head.
AccessionNumberException.java 1.84 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
AccessionNumberGeneratedException.java 1.58 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
AssociateAccessPolicy.java 16.3 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
AuthInterface.java 3.54 KB 730 over 23 years bojilova Changes related to running LDAP servers referre...
AuthLdap.java 40.9 KB 1006 over 22 years Jing Tao Fixed getGroup method return a exception and ca...
AuthMcat.java 14.1 KB 730 over 23 years bojilova Changes related to running LDAP servers referre...
AuthSession.java 5.9 KB 888 almost 23 years berkley updated the referral mechanism so that metacat ...
BasicNode.java 6.71 KB 821 over 23 years bojilova added support for Namespaces. Metacat now can s...
CatalogMessageHandler.java 2.95 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
CommentNode.java 2.16 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
DBConnection.java 9.77 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DBConnectionPool.java 25.5 KB 1299 about 22 years Jing Tao Add code to make sure that a DBConnection check...
DBDTDHandler.java 5.24 KB 1216 over 22 years Jing Tao Merger DBConnect branch to head.
DBEntityResolver.java 14.2 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DBQuery.java 55.1 KB 1303 about 22 years Jing Tao Create a shortcut for the query to get user's o...
DBSAXHandler.java 22.5 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DBSAXNode.java 12.7 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DBSimpleQuery.java 7.41 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DBTransform.java 14.1 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DBUtil.java 18.6 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
DBValidate.java 9.9 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DocInfoHandler.java 2.29 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
DocumentIdentifier.java 7.27 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
DocumentImpl.java 85.9 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
ElementNode.java 5.24 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
ForceReplicationHandler.java 13.8 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
HttpMessage.java 5.14 KB 1083 over 22 years Jing Tao Add setCookie method in this class. Junit test ...
McdbDocNotFoundException.java 2.73 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
McdbException.java 3.41 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
MetaCatServlet.java 67.2 KB 1298 about 22 years Jing Tao Add some debug message for displaying search time.
MetaCatUtil.java 13.9 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
MetacatReplication.java 56.3 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
MetacatURL.java 9.35 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
NodeComparator.java 3.49 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
NodeRecord.java 1.78 KB 826 about 23 years bojilova changes to store namespace prefixes separately ...
PINode.java 2.54 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...
QuerySpecification.java 34.7 KB 1304 about 22 years Jing Tao In accessQuery, permission=READ or permission=A...
RelationHandler.java 6.94 KB 1217 over 22 years Jing Tao Merge DBConnection branch to head.
RemoteDocument.java 16.7 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
ReplMessageHandler.java 4.29 KB 1036 over 22 years Jing Tao Making parser to handle datafile attribute in p...
ReplicationHandler.java 25.9 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
ReplicationServer.java 3.95 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
ReplicationServerList.java 15.4 KB 1292 over 22 years Jing Tao Merge cvs branch replication to cvs head.
TextNode.java 2.12 KB 669 almost 24 years Matt Jones Added license terms to source code files, and c...

Latest revisions

# Date Author Comment
1304 10/11/2002 02:12 PM Jing Tao

In accessQuery, permission=READ or permission=ALL was added for both allow rule and deny rule.

1303 10/11/2002 10:33 AM Jing Tao

Create a shortcut for the query to get user's onwer doc lists. Create a private method named getOwnerQuery. If the coming query equals the owner query, the access permission checking would NOT append to the comming query. Because the owner has all permission.

1301 10/09/2002 05:27 PM Jing Tao

Add three private method: createOwnerQuery, createAllowRuleQuery and createDenyRuleQuery. And three public methods: setUserName, setGroup and getAccessQuery.

1300 10/09/2002 05:25 PM Jing Tao

Add the checking permission query into orignal query.

1299 10/07/2002 01:47 PM Jing Tao

Add code to make sure that a DBConnection checked out is auto commit.

1298 09/09/2002 03:32 PM Jing Tao

Add some debug message for displaying search time.

1297 09/09/2002 03:32 PM Jing Tao

Delete the code for permission checking in execute extened query. It was redundant. Add some debug message for displaying search time.

1293 07/14/2002 03:02 PM Jing Tao

Add a control for readForRemoteServer is only for data file.

1292 07/14/2002 12:33 PM Jing Tao

Merge cvs branch replication to cvs head.

1221 06/14/2002 09:36 AM Jing Tao

Add code to shrink connection pool size. If all connections are free.

View revisions

Also available in: Atom