Skip to content
Verified Commit 8e61c1c4 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Server: fix fetching of attributes with empty data

There's a special path in ItemFetchHelper that skips an Item if the requested
part has an empty body and IgnoreError flag is set to true. This can of course
happen for payload parts, which can be expired, but is also perfectly valid
situation for attributes, which can simply have empty body by default, since
they never expire.

The whole logic there needs some revisiting, but that's for another patch and
task, since it has potential to break code that relies on all the
weirdness in the retrieval code.
parent e467dcd5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment