davrods icon indicating copy to clipboard operation
davrods copied to clipboard

An Apache WebDAV interface to iRODS

Results 16 davrods issues
Sort by recently updated
recently updated
newest added

I upgraded my irods servers to 4.3.1 which are configured with PAM authentication. And then could no more authenticate with webdav. I upgraded my docker-davrods container to 4.3.0_1.5.0 but no...

Dear Davrods Developers, is there a way for Davrods to interact with an SSO integration of iRODS, e.g. SAML/OpenID Connect? I am not certain how that would work precisely but...

When a `PROPFIND` request is made on a collection with the URL `https://host.domain/collection/`, the paths to the members of `/collection/` in the `DAV:multistatus` response document all have an extra forward...

bug

I used the provided `davrods-vhost.conf` and received a SegFault when trying to connect. Uncommenting the line ``` DavrodsExposedRoot User ``` fixed the issue. Havn't tried it for other config values....

Using the iCommand `imcoll`, a tar data object can be mounted as a collection, allowing other iCommands to transparently access the contents of the tar data object. For example, ```sh...

enhancement

Hi, I recently noticed that when putting files via Davrods to a replicated resource in iRODS 4.1.10 or iRODS 4.1.11, the replication fails and the new data object lands only...

I think I've found a bug in davrods. I have apache configured with mod_cache/mod_cache_disk and mod_dav/davrods. The cache has a copy of an iRODS data object. The copy is valid,...

bug

It is often the case that a web application needs to access a user's data managed by another service. One solution, is to have the web service connect to the...

enhancement

According to RFC 4918, when a request is made of a collection with a URL missing a trailing forward slash ("/"), the response should contain a `Content-Location` header indicating the...

enhancement

Addresses #35. Targeting the **development** branch based on the pull request history.