X7ROOT File Manager
Current Path:
/usr/share/doc/neon-0.30.0/html
usr
/
share
/
doc
/
neon-0.30.0
/
html
/
๐
..
๐
api.html
(2.46 KB)
๐
biblio.html
(4.59 KB)
๐
compliance.html
(5.09 KB)
๐
features.html
(4.59 KB)
๐
index.html
(10.81 KB)
๐
intro.html
(3.52 KB)
๐
ref.html
(7.36 KB)
๐
refalloc.html
(4.87 KB)
๐
refauth.html
(5.84 KB)
๐
refbuf.html
(3.46 KB)
๐
refbufapp.html
(4.97 KB)
๐
refbufcr.html
(3.24 KB)
๐
refbufdest.html
(3.94 KB)
๐
refbufutil.html
(3.84 KB)
๐
refcert.html
(5.8 KB)
๐
refclicert.html
(7.8 KB)
๐
refconfig.html
(5.06 KB)
๐
referr.html
(4.26 KB)
๐
reffeat.html
(4.02 KB)
๐
refgetst.html
(3.33 KB)
๐
refi18n.html
(3.75 KB)
๐
refiaddr.html
(8.93 KB)
๐
refneon.html
(12.31 KB)
๐
refopts.html
(6.22 KB)
๐
refproxy.html
(9.04 KB)
๐
refreq.html
(8.51 KB)
๐
refreqbody.html
(4.27 KB)
๐
refreqflags.html
(4.35 KB)
๐
refreqhdr.html
(3.71 KB)
๐
refresolve.html
(7.31 KB)
๐
refresphdr.html
(5.13 KB)
๐
refsess.html
(6.69 KB)
๐
refsessflags.html
(5.13 KB)
๐
refshave.html
(2.82 KB)
๐
refsockinit.html
(6.57 KB)
๐
refsslca.html
(3.89 KB)
๐
refsslcert2.html
(3.01 KB)
๐
refsslcertio.html
(5.48 KB)
๐
refssldname.html
(3.78 KB)
๐
refsslvfy.html
(7.1 KB)
๐
refstatus.html
(4.17 KB)
๐
reftok.html
(3.94 KB)
๐
refvers.html
(3.3 KB)
๐
refxml.html
(2.97 KB)
๐
security.html
(6.81 KB)
๐
using.html
(4.74 KB)
๐
xml.html
(11.03 KB)
Editing: compliance.html
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Standards compliance</title><link rel="stylesheet" type="text/css" href="../manual.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="neon HTTP/WebDAV client library"><link rel="up" href="intro.html" title="Chapterย 1.ย Introduction"><link rel="prev" href="using.html" title="How to use neon from your application"><link rel="next" href="security.html" title="HTTP Client Security"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Standards compliance</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="using.html">Prev</a>ย </td><th width="60%" align="center">Chapterย 1.ย Introduction</th><td width="20%" align="right">ย <a accesskey="n" href="security.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="compliance"></a>Standards compliance</h2></div></div></div><p>neon is intended to be compliant with the IETF and W3C standards which it implements, with a few exceptions due to practical necessity or interoperability issues. These exceptions are documented in this section.</p><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idm140368851661440"></a>RFC 2518, HTTP Extensions for Distributed AuthoringโWebDAV</h3></div></div></div><p>neon is deliberately not compliant with section 23.4.2, and treats property names as a (namespace-URI, name) pair. This is <a class="ulink" href="http://lists.w3.org/Archives/Public/w3c-dist-auth/1999OctDec/0343.html" target="_top">generally considered</a> to be correct behaviour by the WebDAV working group, and is likely to formally adopted in a future revision of the specification.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idm140368851659456"></a>RFC 2616, Hypertext Transfer ProtocolโHTTP/1.1</h3></div></div></div><p>There is some confusion in this specification about the use of the <span class="quote">โ<span class="quote">identity</span>โ</span> <em class="firstterm">transfer-coding</em>. neon ignores the <code class="literal">Transfer-Encoding</code> response header if it contains only the (now deprecated) <span class="quote">โ<span class="quote">identity</span>โ</span> token, and will determine the response message length as if the header was not present. neon will give an error if a response includes a <code class="literal">Transfer-Encoding</code> header with a value other than <span class="quote">โ<span class="quote">identity</span>โ</span> or <span class="quote">โ<span class="quote">chunked</span>โ</span>.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idm140368851654848"></a>RFC 2617, HTTP Authentication: Basic and Digest Access Authentication</h3></div></div></div><p>neon is not strictly compliant with the quoting rules given in the grammar for the <code class="literal">Authorization</code> header. The grammar requires that the <code class="literal">qop</code> and <code class="literal">algorithm</code> parameters are not quoted, however one widely deployed server implementation (Microsoftยฎ IIS 5) rejects the request if these parameters are not quoted. neon sends these parameters with quotesโthis is not known to cause any problems with other server implementations.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="idm140368851651408"></a>Namespaces in XML</h3></div></div></div><p>The neon XML parser interface will accept and parse without error some XML documents which are well-formed according to the XML specification but do not conform to the "Namespaces in XML" specification <a class="xref" href="biblio.html#bib.xmlnames" title="Namespaces in XML">[<abbr class="abbrev">REC-XML-names</abbr>]</a>. Specifically: the restrictions on the first character of the <code class="literal">NCName</code> rule are not all implemented; neon will allow any <code class="literal">CombiningChar</code>, <code class="literal">Extender</code> and some characters from the <code class="literal">Digit</code> class in this position.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="using.html">Prev</a>ย </td><td width="20%" align="center"><a accesskey="u" href="intro.html">Up</a></td><td width="40%" align="right">ย <a accesskey="n" href="security.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">How to use neon from your applicationย </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">ย HTTP Client Security</td></tr></table></div></body></html>
Upload File
Create Folder