DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30527>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30527

Client cannot subscribe to events with infinite depth

           Summary: Client cannot subscribe to events with infinite depth
           Product: Slide
           Version: 2.1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


NotificationListener.subscribe() requires an integer for the depth parameter.
AbstractWebdavMethod expects one of "0", "1" or "infinity" for the depth header.
It is impossible to pass "infinity" to the subscribe() method.

Either subscribe() needs to special-case DepthSupport.DEPTH_INFINITY and convert
it to "infinity", or the signature of the method needs to be changed to accept a
String.

This is blocking cluster cache notifications.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to