Homec4science

bibdocfile: fix handling of embargo firerole rule

Authored by Samuele Kaplun <samuele.kaplun@cern.ch> on Jan 18 2011, 10:23.

Description

bibdocfile: fix handling of embargo firerole rule

  • When bibdocfile is checking an document authorization the regular expression used to interpret the rule was wrong leading to rules such as:

    deny until '2010-01-01' allow any

    to be parsed as:

    deny until '2010-01-01'

    loosing the last line, and thus always denying access.

    This is now fixed. (closes #448)

Details

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:131c1705a8d6: bibdocfile: fix handling of embargo firerole rule (authored by Samuele Kaplun <samuele.kaplun@cern.ch>).Jan 18 2011, 17:09