WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

1. Fixed stream transfer issue: I changed the process from "upload" … #18

Closed leefrank9527 closed 3 years ago

leefrank9527 commented 3 years ago

Fixed issues based on master branch:

  1. Fixed stream transfer issue: I changed the process from "upload" to "download". HarvestAgent will notify Store to save harvest, Store will "download"(or copy if "copy" mode is set) files from from HarvestAgent.
  2. Changed build.gradle of WebApp to fix updateVersion failed issue when there no build files exist.
leefrank9527 commented 3 years ago

@obrienben I refreshed the branch of this PR. Ignored the mentioned test case and replaced the baseUrl of harvestAgent with combined URL strings, so it doesn't have to depend on the add-context-path PR.