dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
291 stars 136 forks source link

bulk: check targets for empty strings #7650

Closed DmitryLitvintsev closed 2 months ago

DmitryLitvintsev commented 2 months ago

Motivation:

When specifying empty target the bulk proceeds to process the request instead of failing fast.

Modification:

Fix parsing of target string arguments.

Result:

Fail fast with invalid request

Patch: https://rb.dcache.org/r/14312/ Acked-by: Tigran Target: trunk Request: 10.x, 9.x