Versions Compared

Key

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

...


Discovered byIssuebbdbnwaf
1Bill

DuraCloud integration tests failing due to Spring Security's use of StrictHttpFirewall which does not allow the use of percent symbols.



(tick)
2Bill

When viewing snapshot totals in the UI, the number of snapshots in the spaces list doesn't match the number in the snapshot totals table. This is because only complete snapshots are included in the total. I expect this may be confusing to users (as it was to me initially). The simple resolution would be to adjust the totals table to capture details from all snapshots (complete and in-process). A follow-on ticket could be opened to expand the table to specify details for total, complete, and in-process snapshots.



(tick)
3Andy

The integration test for the Swift S3 endpoint is failing, because the CONTENT_RANGE header is being filtered out. Adding it to the list of valid Swift metadata fixes the issue.





...