Skip to content

Improve HTTPFileSystem::Stat #78

@bbockelm

Description

@bbockelm

The HTTPFileSystem::Stat code currently just invokes HTTPFile::Stat. This works -- provided the object in question isn't a directory!

Let's make the HTTPFileSystem code a bit more flexible and handle either directories or files. If we're talking to a WebDAV backend (see #72), then use the PROPFIND verb instead and look for the collection attribute.

As with the directory listing, the xrdcl-pelican code has XML parsing code worth reusing (or just using as inspiration).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions