Felix A. Croes
Felix A. Croes
## Bug Report ### iRODS Version, OS and Version iRODS 4.3.0, CentOS 7 ### What did you try to do? Configure iRODS with `json_configuration_file` ### Expected behavior iRODS is configured...
## Bug Report Setting the `irods::indexing::index` attribute only has the desired side effect when done through the imeta command (e.g. `imeta add -C $collection irods::indexing::index yoda::metadata elasticsearch`), not when it...
`msiExecCmd` sets up communication pipes, forks, closes excess file descriptors and executes a program. The file descriptors are closed by `closeAllL1desc`, which is called from nowhere else. It starts at...
closeAllL1desc is (only) called from a forked process which is preparing to execute an external program. It should not do anything other than close the open resources. See issue #6622....
- Upgrade integrated WebDAV client from Itay Sagui to 1.1.4, to get partial up/download functionality. - Include explicit GPLv3 license file. - Fix some minor path-handling bugs. - Use chunked...