Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
AccessControlList.java 33.6 KB 944 about 22 years Jing Tao Code to handle "read" permission was changed in...
AccessionNumber.java 11.8 KB 779 almost 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 about 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 about 23 years bojilova Changes related to running LDAP servers referre...
AuthSession.java 5.9 KB 888 over 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 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 about 23 years bojilova reject writing DTD file if it already exists
DBQuery.java 46.1 KB 945 about 22 years Jing Tao A new method named hasPermissionToExportPackage...
DBSAXHandler.java 20.2 KB 899 over 22 years berkley made a ton of changes related to keeping oracle...
DBSAXNode.java 14.1 KB 915 over 22 years berkley fixed error I introduced when I got postgres wo...
DBSimpleQuery.java 7.11 KB 675 over 23 years berkley added precise location information (class.metho...
DBTransform.java 13.5 KB 941 about 22 years Jing Tao A method named transformXmlDocument were overlo...
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 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 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 over 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 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 58 KB 943 about 22 years Jing Tao A new action named export was add to it. This a...
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 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.78 KB 826 over 22 years bojilova changes to store namespace prefixes separately ...
PINode.java 2.54 KB 669 over 23 years Matt Jones Added license terms to source code files, and c...
QuerySpecification.java 29.9 KB 899 over 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 over 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 over 23 years Matt Jones Added license terms to source code files, and c...

Latest revisions

# Date Author Comment
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.

944 02/26/2002 08:18 AM Jing Tao

Code to handle "read" permission was changed in hasPermission method. The old code used old way to look up the public_access field in xml_documents table.

943 02/22/2002 03:02 PM Jing Tao

A new action named export was add to it. This action will export a zip output stream for a data package. In the zip output stream, meta data documents, data files and a html summary file are include. The stucture will looks like:
package----/metadata/metadata docments...

942 02/22/2002 02:56 PM Jing Tao

Two metacat util methods were add. One is getDocIdFromString and the other is getVersionFromString. They output a docid and revision if a string like str1.str2.str3. were passed to them.

941 02/22/2002 02:53 PM Jing Tao

A method named transformXmlDocument were overload. It transform an XML document to StringWriter using the stylesheet reference from the db.

940 02/22/2002 02:50 PM Jing Tao

A public method named getZippedPackage() and other relative private methods were add to this class. The public method can give a zip output stream if a docid and other parameters were passed to it.

935 02/13/2002 05:48 PM Jing Tao

Some code format problem was fixed.

934 02/13/2002 03:17 PM Jing Tao

The bug was fixed.
After a referral exception happend, we should set enviroment properties again before creating a contex. These environment properties include PROVIDER_URL, SECURITY_PRINCIPLE, SECURITY_CREDENTIALS, REFERRAL, and INITIAL_CONTEXT_FACOTRY. Otherwise, you couldn't get a naming exception.

930 02/12/2002 09:14 PM Jing Tao

Authentication bug was fixed (bug 408).
However, it needs to test if referral cotaining a referral.

View revisions

Also available in: Atom