RFC4918IfHeaderTest.testPutIfLockToken could fail with 412 Precondition Failed
------------------------------------------------------------------------------
Key: JCR-2739
URL: https://issues.apache.org/jira/browse/JCR-2739
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-webdav
Affects Versions: 2.2.0
Reporter: Javier Godoy
In org.apache.jackrabbit.webdav.server.RFC4918IfHeaderTest:110 (webdav-test),
the lock request is initialized with a timeout of 1800 milliseconds, which is
rounded as Timeout: Second-1 (at
org.apache.jackrabbit.webdav.header.TimeoutHeader:46).
The assertion in the finally block MUST fail (412, Precondition Failed) if the
lock has expired (cf. RFC 4918, Section 10.4.10).
The lock request should be initialized with a higher timeout, at least several
seconds.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.