From: youjun g. <you...@ya...> - 2010-07-22 14:29:18
|
Dear All, The Dryad-TreeBASE handshaking feature is available at " http://treebasedb-dev.nescent.org/treebase-web" for integrity test. The workflow is: Dryad send bagit package to TreeBASE via rest service at "../treebase-web//handshaking/ dryadImport" The rest service store the bagit package and return a unique url Dryad present the url to the user User use the url to log in to the TreeBASE and declare the ownership of the data TreeBASE process the bagit and add the data into user's account Due to the apache-tomcat setup, treebase application always get the user ip as 127.0.0.1(apache server's IP ), so the ip based authentication may better be implemented by apache configuration. The resource need to be protected is "../treebase-web//handshaking/dryadImport". Youjun |