<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=HTTP_WebDAV_Client</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/20412" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/20412">
      <title>HTTP_WebDAV_Client: Bug 20412 [Open] Technique used is explicitly forbidden by current RFC</title>
      <link>http://pear.php.net/bugs/20412</link>
      <content:encoded><![CDATA[<pre>HTTP_WebDAV_Client Bug
Reported by davidanderson684
2014-09-18T18:34:30+00:00
PHP: 5.5.16 OS: All Package Version: SVN

Description:
------------
The June 2014 RFC (http://tools.ietf.org/html/rfc7231#section-4.3.4) for HTTP states:

&quot;An origin server that allows PUT on a given target resource MUST send
   a 400 (Bad Request) response to a PUT request that contains a
   Content-Range header field (Section 4.2 of [RFC7233]), since the
   payload is likely to be partial content that has been mistakenly PUT
   as a full representation.  Partial content updates are possible by
   targeting a separately identified resource with state that overlaps a
   portion of the larger resource, or by using a different method that
   has been specifically defined for partial updates (for example, the
   PATCH method defined in [RFC5789]).&quot;

The current HTTP_WebDav_Client uses *only* this forbidden method. So, it can't work with compliant servers.

One example of a server implementing this correctly: https://github.com/owncloud/core/issues/10386</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTTP_WebDAV_Client Bug
Reported by davidanderson684
2014-09-18T18:34:30+00:00
PHP: 5.5.16 OS: All Package Version: SVN

Description:
------------
The June 2014 RFC (http://tools.ietf.org/html/rfc7231#section-4.3.4) for HTTP states:

&quot;An origin server that allows PUT on a given target resource MUST send
   a 400 (Bad Request) response to a PUT request that contains a
   Content-Range header field (Section 4.2 of [RFC7233]), since the
   payload is likely to be partial content that has been mistakenly PUT
   as a full representation.  Partial content updates are possible by
   targeting a separately identified resource with state that overlaps a
   portion of the larger resource, or by using a different method that
   has been specifically defined for partial updates (for example, the
   PATCH method defined in [RFC5789]).&quot;

The current HTTP_WebDav_Client uses *only* this forbidden method. So, it can't work with compliant servers.

One example of a server implementing this correctly: https://github.com/owncloud/core/issues/10386</pre>]]></description>
      <dc:date>2014-09-18T18:34:30+00:00</dc:date>
      <dc:creator>pear &amp;#x64;&amp;#111;&amp;#x74; php &amp;#x64;&amp;#111;&amp;#x74; net &amp;#x61;&amp;#116; dw-perspective &amp;#x64;&amp;#111;&amp;#x74; org &amp;#x64;&amp;#111;&amp;#x74; uk</dc:creator>
      <dc:subject>HTTP_WebDAV_Client Bug</dc:subject>
    </item>
</rdf:RDF>
