Closed d-w-moore closed 1 month ago
Just noting for posterity: While this is marked as a duplicate of #617, it has its own fix in #629 so we should not close it until that work has been merged.
yes, sorry - agreed. still awaiting the fix to be merged.
@d-w-moore - Please close if complete. Thanks
Applications should be able to freely open a data object without the client redirection coming in the way. This has turned out to be a problem because
Suggestions:
data_object.open()
'sallow_redirect
option can be used to override that defaultirods.client_configuration.data_objects.allow_redirect
as a global flag that tells PRC to default toallow_redirect = True
by default. A similar setting already exists for the auto-closing of data objects.