Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CAUSE: Repeatable in Chris' environment when AuthN off for API-A and first attempt to POST to rest api is via one of these actions.  This appeared to be happening because the popup window closes before the browser has a chance to prompt for credentials. So we were aiming for a solution that ensured credientials would be prompted for beforehand.  However, it now appears to be happening regardless of the credentials... the data just doesn't make it into Fedora in some cases.  Keeping the upload popup open after submit has been pressed (manually removing onSubmit="window.close()") seems to consistently allow this to succeed, regardless of credentials.ACTION: ??  Keeping it open for only two seconds causes the upload to fail when sending in a large file, so it clearly needs to remain open while the upload is in progress.

ACTION:

  • (Required) Modify the upload form to use XmlHttpRequest so it can stay open while the upload is occurring, and close when the upload is finished.
  • (Optional) Since this gives the opportunity to examine the response, provide appropriate feedback a) while the upload is in progress, b) if the upload fails, c) if the upload succeeds

WHO: Bill

STATUS: ? In progress Weds.

...

ISSUE-8: Analyzer issues  warning when running with Derby embedded

...