#448: BibDocFile embargo rules are not working
------------------------+---------------------------------------------------
Reporter: skaplun | Owner: skaplun
Type: defect | Status: closed
Priority: blocker | Milestone: v1.0
Component: WebSubmit | Version:
Resolution: fixed | Keywords: bibdocfile embargo
------------------------+---------------------------------------------------
Changes (by Samuele Kaplun <samuele.kaplun@…>):
* status: in_merge => closed
* resolution: => fixed
Comment:
In [131c1705a8d659891275f78cf180a28a1a75c507]:
{{{
#!CommitTicketReference repository=""
revision="131c1705a8d659891275f78cf180a28a1a75c507"
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)
}}}
--
Ticket URL: </ticket/448#comment:2>
Invenio <http://invenio-software.org>