Bug #2648
closedNetworks allowed to communicate with the endpoint are not correctly set
Description
The webdav is listen to network, based on the generated promises
However, an error prevent the promises to holds the allowed networks, so inventories are not accepted
Updated by Nicolas CHARLES over 12 years ago
Ho, ALLOWEDNETWORK is not a system variable, my bad
However, it's a variable in the "common" technique, and not in the "distributePolicy" one
Hence, it cannot be used
Hence the Technique cannot be used as is it now
I "guess" it should be a system variable
Updated by Nicolas CHARLES over 12 years ago
Still thinking in this thread
It cannot be easily a system variable, for system variable are not really dynamic
I guess, the easiest (meaning, it can be done in time with little risk) would be to write this variable in the site.cf, and be able to reuse it in the distribute policy technique
Updated by Jonathan CLARKE over 12 years ago
- Status changed from New to In progress
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
Nicolas CHARLES wrote:
Still thinking in this thread
It cannot be easily a system variable, for system variable are not really dynamic
I guess, the easiest (meaning, it can be done in time with little risk) would be to write this variable in the site.cf, and be able to reuse it in the distribute policy technique
Yes, agreed! But actually, it's already written in the cf-served.cf file, as $(def.acl).
I just tested a fix using this, and will commit it now.
Updated by Jonathan CLARKE over 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:ddf68a5618ece74784ba2d6cc222a9560a18a9b9.
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to Released
This seems valid, thank you jonathan
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 50 to 2.4.0~beta3