hi all
i commited the proposed modification with rev. 374610.
kind regards
angela
recently the DavServletRequest interface was modified
such that methods parsing a PROPFIND and PROPPATCH
request body can throw DavException if the xml is invalid.
as stated in the summary mail
(http://www.mail-archive.com/jackrabbit-dev@incubator.apache.org/msg04182.html)
this change should be applied consistently to all
methods involved with parsing a request body.
if nobody objects i would like to modify the following
interface methods:
o.a.j.webdav.DavServletRequest.java
public LockInfo getLockInfo();
would be changed to
public LockInfo getLockInfo() throws DavException;
accordingly within the derived interfaces:
public LabelInfo getLabelInfo();
public MergeInfo getMergeInfo();
public OptionsInfo getOptionsInfo();
public ReportInfo getReportInfo();
public SubscriptionInfo getSubscriptionInfo();
public TransactionInfo getTransactionInfo();
public UpdateInfo getUpdateInfo();
kind regards
angela