Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
AccessControlList.java 49.7 KB 952 about 22 years Jing Tao The method - hasAllowRule was revised. If a act...
AccessionNumber.java 12.7 KB 954 about 22 years Jing Tao A method named getLastRevisionNumber was added....
AccessionNumberException.java 1.84 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
AccessionNumberGeneratedException.java 1.58 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
AuthInterface.java 3.54 KB 730 almost 23 years bojilova Changes related to running LDAP servers referre...
AuthLdap.java 34 KB 935 about 22 years Jing Tao Some code format problem was fixed.
AuthMcat.java 14.1 KB 730 almost 23 years bojilova Changes related to running LDAP servers referre...
AuthSession.java 5.9 KB 888 about 22 years berkley updated the referral mechanism so that metacat ...
BasicNode.java 6.71 KB 821 over 22 years bojilova added support for Namespaces. Metacat now can s...
CatalogMessageHandler.java 2.95 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
CommentNode.java 2.16 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
DBDTDHandler.java 5.23 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
DBEntityResolver.java 12.9 KB 694 about 23 years bojilova reject writing DTD file if it already exists
DBQuery.java 45.3 KB 953 about 22 years Jing Tao Access document was added to exported data pack...
DBSAXHandler.java 20.2 KB 899 about 22 years berkley made a ton of changes related to keeping oracle...
DBSAXNode.java 14.1 KB 915 about 22 years berkley fixed error I introduced when I got postgres wo...
DBSimpleQuery.java 7.11 KB 675 about 23 years berkley added precise location information (class.metho...
DBTransform.java 13.5 KB 950 about 22 years Jing Tao In method transformXMLDocument, if no style she...
DBUtil.java 12.1 KB 847 over 22 years Matt Jones Fixed the function to return the max id for a g...
DBValidate.java 9.8 KB 675 about 23 years berkley added precise location information (class.metho...
DocInfoHandler.java 2.29 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
DocumentIdentifier.java 6.88 KB 736 almost 23 years bojilova put exception handler messages when acc# is not...
DocumentImpl.java 48.3 KB 946 about 22 years Jing Tao A method named hasReadPermission was added. The...
ElementNode.java 5.24 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
ForceReplicationHandler.java 4.62 KB 837 over 22 years bojilova changes in replication to use https
HttpMessage.java 4.99 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
McdbDocNotFoundException.java 2.08 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
McdbException.java 3.41 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
MetaCatServlet.java 58.5 KB 949 about 22 years Jing Tao Only delete some incorrect comment.
MetaCatUtil.java 16.3 KB 942 about 22 years Jing Tao Two metacat util methods were add. One is getDo...
MetacatReplication.java 35.7 KB 887 over 22 years berkley made it so we can now use multiple accessfilest...
MetacatURL.java 9.35 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
NodeComparator.java 3.49 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
NodeRecord.java 1.78 KB 826 over 22 years bojilova changes to store namespace prefixes separately ...
PINode.java 2.54 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
QuerySpecification.java 29.9 KB 899 about 22 years berkley made a ton of changes related to keeping oracle...
RelationHandler.java 6.21 KB 887 over 22 years berkley made it so we can now use multiple accessfilest...
ReplMessageHandler.java 4.07 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...
ReplicationHandler.java 20.5 KB 837 over 22 years bojilova changes in replication to use https
TextNode.java 2.12 KB 669 about 23 years Matt Jones Added license terms to source code files, and c...

Latest revisions

# Date Author Comment
954 03/05/2002 11:28 AM Jing Tao

A method named getLastRevisionNumber was added. And condition for checking accession number was revised too. Now metacat wouldn't refuse a revsion number which is 2 or more greater than current revision number in the database. This is for bug 417.

953 03/05/2002 09:19 AM Jing Tao

Access document was added to exported data package too.

952 03/04/2002 08:34 PM Jing Tao

The method - hasAllowRule was revised. If a action -read or update was approved, all ticket count of allow rule entries for this action will minus one if the entries have ticket count number (not null).

951 03/01/2002 06:07 PM Jing Tao

The two hasPermission methods were rewritten. Some logic bugs were fixed. Now user, public and group will not be checked speratedly, but they will be check together as string array. In order to do this, private methods isAccessDocument, containDocumentOwner, isAllowFirst, hasAllowRule, hasExplicitDenyRule, hasImplicitDenyRule, and createUsersPackage were added.

950 02/26/2002 02:02 PM Jing Tao

In method transformXMLDocument, if no style sheet registered was found for the input document, the document will be send back, rather than use util.DebugMessge to print.

949 02/26/2002 01:55 PM Jing Tao

Only delete some incorrect comment.

948 02/26/2002 01:53 PM Jing Tao

When user request a data package, the old version documents would be exported. Only export the request one.

During the export function. Every document will be check if the user has the permission to read or not.

947 02/26/2002 08:37 AM Jing Tao

The feature of check permission before Metacat handle a "read" action. If user doesn't have permission, its request will be rejected.
After creating a DocumentImpl object. A method named hasReadPermission in that class will be called to make sure the user has permission to read it.

946 02/26/2002 08:30 AM Jing Tao

A method named hasReadPermission was added. The method will check if a user has permission toread a xml document.

945 02/26/2002 08:23 AM Jing Tao

A new method named hasPermissionToExportPackage was added. So when MetaCat handle export action, it will check if user has permission to read the data package. If it has, MetaCat will export a zip output stream to it. Otherwise, MetaCat will be through a exception.

View revisions

Also available in: Atom