Paul Millar

Results 219 comments of Paul Millar

I have a proof-of-principle implementation here: a set of three patches: Patch: https://rb.dcache.org/r/13064/ Patch: https://rb.dcache.org/r/13065/ Patch: https://rb.dcache.org/r/13066/ The first two are simple preparatory patches, while the last one adds support...

Note that the same problem exists in `MkColHandler`: ``` Resource existingChild = existingCol.child(newName); if (existingChild != null) { // ... responseHandler.respondMethodNotAllowed(existingChild, response, request); return; } CollectionResource made = creator.createResource(existingCol, newName,...

Thanks for the reply, but I believe we are talking somewhat at cross-purposes. I appreciate that WebDAV support locking; however here I am interested in how Milton supports multiple clients,...

Short answer: no, because it's currently not possible and requires considerable work. Longer answer: there are some big problems that would need to be solved. First, inotify works in the...

Thanks for the patch. Could you add the 'signed-off-by' line in the commit message? See [README.md](https://github.com/dCache/nfs4j/blob/master/README.md) for details.

Don't worry too much about the merge/pull request. It was only to point out that there's a pull request where the FTS REST client would use oidc-agent, but it's currently...

Hiya, Has there been any progress on getting oidc-agent into EPEL?

Hi @vokac, > I think for EPEL we should simplify oidc-agent packages, keep just essential functionality and drop GUI interface which doesn't add to much value and brings unnecessary dependencies...

Thanks for the feedback. Actually, I would suggest that not all `oidc-agent` users are developers. There are some (non-WLCG) use-cases in Helmholtz (in Germany) where the people involved are not...

This sounds like the underlying cause is that there are no pools available with that file. PoolManager will wait (until a timeout) under these circumstances, even if there are no...