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 643 over 23 years berkley added data port param
  src 649 over 23 years berkley fixed minor error
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
649 01/09/2001 11:09 AM berkley

fixed minor error

648 01/09/2001 11:03 AM berkley

added support for data file upload via a random, authenticated socket.
The action added to metacatServlet is getdataport. A client can send a getdataport request. the server returns a random port number and starts a thread to handle the request on the given random port. The thread will only accept requests from the client that has the session id equal to that of the user that made the getdataport request. the user must be authenticated and logged in to make a getdataport request. Once the port number is received by the client the connection can be made. The first two parameters in the data stream must be the filename, followed by session id. (note that it only wants the session id not the whole cookie and the "JSESSION=" must be stripped from the text.) If the session number is correct, the upload is allowed, the file is written and xml_documents is updated with the new data file information.

647 01/09/2001 10:57 AM berkley

added support for data file upload via a random, authenticated socket.

646 01/08/2001 05:24 PM bojilova

included "accessfileid" attr in the unique constraint

645 01/08/2001 05:11 PM bojilova

- appling acl through access files only
- clearing around update/delete of access files - to delete the related records from both xml_access and xml_relation tables
- included check for user permissions for setting acl on the resources in the access file
- moved RelationHandler.deleteRelations(docid) down in RelationHandler obj just before the write of the new relations

644 01/08/2001 05:00 PM bojilova

new attr "accessfileid" in xml_access table

643 01/05/2001 08:34 AM berkley

added data port param

642 01/05/2001 08:33 AM berkley

added the data port param

641 01/05/2001 08:22 AM berkley

fixed url error in data download function

640 01/04/2001 06:13 PM bojilova

Use the new property "accessdoctype" to check if this is access file.
If it is, run AccessControlList for wirting into xml_access and xml_relation tables.
This is the thread that writes XML Index but afterwards.

View all revisions | View revisions

Also available in: Atom