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.




(tick)
4Danny

Management Console: When the jsessionid is used for session management it causes an error due to the Spring Security firewall



(tick)
5Danny

Management Console: Invitation email contains a double slash, which results in an error from the Spring Security firewall when clicking on the link



(tick)

(still)


6Bill

If S3 has an issue retrieving a bucket in an account, then the DurAdmin UI isn't able to display the space listing. The error in the logs:

ERROR  2021/12/09 20:41:48 [http-nio-8080-exec-21] (SpacesController.java:92) [getSpacesAsJson()] - Error attempting to get space ACLs 'contentwriter-test-space-33162' due to: null

In this case, spaces were deleted from S3, but apparently they weren't removed completely or correctly, so S3 is sending back a bucket listing that includes buckets that fail when you attempt to access them (like to get metadata for ACLs).





7Danny Duraspace refs in duradmin and synctoolui links: https://github.com/duracloud/duracloud/pull/163
(tick)

...