Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  bin 407 over 23 years Matt Jones Folded the functionality from DBWriter into Doc...
  images 104 almost 24 years Matt Jones added servlet interface images
  lib 659 over 23 years berkley changed doctype of package files
  src 661 over 23 years berkley fixed bug in data file permission checking. (co...
build.sh 76 Bytes 329 over 23 years Matt Jones -Reorganized xmltodb module to support new inst...
build.xml 6.76 KB 642 over 23 years berkley added the data port param
test-query.xml 709 Bytes 329 over 23 years Matt Jones -Reorganized xmltodb module to support new inst...
test.xml 489 Bytes 430 over 23 years Matt Jones Updated the test.xml file to use more XML featu...

Latest revisions

# Date Author Comment
661 01/16/2001 01:49 PM berkley

fixed bug in data file permission checking. (commited wrong file last time)

660 01/12/2001 09:55 AM bojilova

- turned on the validation in order only valid xml docs comformed to the specified dtd (if any) to be submitted in metacat
- with validation "on" white spaces are reported from ignorableWhitespace() callback, not from characters() (as with validation "off")...

659 01/12/2001 09:02 AM berkley

changed doctype of package files

658 01/11/2001 01:53 PM berkley

added more documentation

657 01/11/2001 01:44 PM berkley

changed getCookie to static

656 01/11/2001 01:37 PM berkley

added support for the new abstract class) to handle data file uploading through metnewninterface (actuall

655 01/11/2001 01:36 PM berkley

newninterface (actually an abstract class) to handle data file uploading through met

654 01/10/2001 01:34 PM berkley

fixed error in logic. sending the filesize as an int terminated by a zero failed when the file size was greater than 256. The filesize is now sent as a string followed by a zero.

653 01/10/2001 01:05 PM berkley

added support for the server to return the docid of the newly added data file. Also, now the data stream must be prefixed with the following information: filename <0> sessionid <0> filesize <0>. where the <0> symbol is a byte containing zero. The filesize is sent as an int and the filename and sessionid are sent as strings (in byte form).

652 01/09/2001 05:37 PM bojilova

unified getting "docid" value from metacat URLs specified in <resourceIdentifier> tags
by using MetaCatUtil.parseQuery() method in the same way as in MetaCatServlet.

View all revisions | View revisions

Also available in: Atom