<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-11743</id>
	<title>Nabble - w3.org - www-webdav-dasl</title>
	<updated>2009-10-30T08:32:27Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/w3.org---www-webdav-dasl-f11743.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/w3.org---www-webdav-dasl-f11743.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26132124</id>
	<title>Re: Charset mismatch</title>
	<published>2009-10-30T08:32:27Z</published>
	<updated>2009-10-30T08:32:27Z</updated>
	<author>
		<name>Mark Phillips-4</name>
	</author>
	<content type="html">On 10/30/09 8:03 AM, &amp;quot;Julian Reschke&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132124&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;julian.reschke@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Short answer: in practice, every body uses UTF-8. So fix the client. :-)
&lt;br&gt;&lt;br&gt;Thanks! Will do.
&lt;br&gt;&lt;br&gt;&amp;gt; PS: this doesn't appear to be a DASL question. The generic WebDAV
&lt;br&gt;&amp;gt; mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132124&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;) might be a better place to ask.
&lt;br&gt;&lt;br&gt;Sorry about that; I will use that list next time.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Charset-mismatch-tp26115287p26132124.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26115287</id>
	<title>Charset mismatch</title>
	<published>2009-10-29T08:27:46Z</published>
	<updated>2009-10-29T08:27:46Z</updated>
	<author>
		<name>Mark Phillips-4</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;Charset mismatch&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Calibri, Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:11pt'&gt;Set up:&lt;BR&gt;
&amp;nbsp;- Apache2 running on Windows XP, with mod_dav installed&lt;BR&gt;
&amp;nbsp;- Custom dav client&lt;BR&gt;
&lt;BR&gt;
The client polls the server with HEAD for each element of this URL: &lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//dav_dir/business_unit/eastern/clients/&amp;Eacute;tude Studios&lt;BR&gt;
&lt;BR&gt;
The encoding sends &amp;#8220;&amp;Eacute;tude&amp;#8221; as &amp;#8220;%C9tude&amp;#8221;. This is valid in Latin 1 through 9 (ISO-8859-1..9).&lt;BR&gt;
&lt;BR&gt;
Apache responds with a 403. I expected 20x or 404.&lt;BR&gt;
&lt;BR&gt;
Using a Windows dav client, which succeeds, the wireshark reports the encoding as &amp;#8220;%C3%89&amp;#8221;. I believe this is UTF-8.&lt;BR&gt;
&lt;BR&gt;
In second test, we added Tomcat to the mix and the custom dav client worked just fine.&lt;BR&gt;
&lt;BR&gt;
Does this sound familiar to anyone? &lt;BR&gt;
&lt;BR&gt;
What are good approaches to resolving this mismatch?&lt;BR&gt;
&lt;BR&gt;
TIA,&lt;BR&gt;
&lt;BR&gt;
&amp;nbsp;- Mark&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Charset-mismatch-tp26115287p26115287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23054474</id>
	<title>Re: Setting PR_CONVERSATION_INDEX using WebDav</title>
	<published>2009-04-15T01:00:14Z</published>
	<updated>2009-04-15T01:00:14Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">Hi Nitin,
&lt;br&gt;&lt;br&gt;this is really the wrong mailing list -- it's about the WebDAV SEARCH 
&lt;br&gt;specification.
&lt;br&gt;&lt;br&gt;I guess what you need is a support forum for Microsoft Exchange.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-PR_CONVERSATION_INDEX-using-WebDav-tp23052273p23054474.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23052273</id>
	<title>Setting PR_CONVERSATION_INDEX using WebDav</title>
	<published>2009-04-14T21:18:37Z</published>
	<updated>2009-04-14T21:18:37Z</updated>
	<author>
		<name>nitrogin</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm trying to do a seemingly simple task of setting the PR_CONVERSATION_INDEX &amp;nbsp;(PidTagConversationIndex) on my item before I send my email out. However, due to my environment and other issues, this is becoming a pretty tough task. Our application is written in completely in Java and we use the Apache Jakarta Slide library to make WebDav requests and essentially, that's how we communicate with exchange. Now Jakarta Slide has a very restrictive method signature for the proppatch method such that it requires that the value of the MAPI property you're setting must be a string. This works OK for MAPI properties like PR_COVERSATION_TOPIC but for PR_CONVERSATION_INDEX this doesn't quite fly since that property is of type PT_BINARY. Can anyone help out and let me know of a way to tackle this issue?
&lt;br&gt;&lt;br&gt;One alternative that I was considering was to use Exchange Web Services (EWS). Does anyone know if the same end can be achieved by using EWS? And if so, how should I go about it?
&lt;br&gt;&lt;br&gt;All responses will be greatly appreciated.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Nitin</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-PR_CONVERSATION_INDEX-using-WebDav-tp23052273p23052273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21017451</id>
	<title>Re: somewhat off topic: managing Win32 limits in WebDAV</title>
	<published>2008-12-15T08:52:31Z</published>
	<updated>2008-12-15T08:52:31Z</updated>
	<author>
		<name>Mark Phillips-4</name>
	</author>
	<content type="html">&lt;br&gt;On 12/11/08 1:18 AM, &amp;quot;Bjoern Hoehrmann&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21017451&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;derhoermi@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; * Julian Reschke wrote:
&lt;br&gt;&amp;gt;&amp;gt; Mark Phillips wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I am dealing with a server side limitation. Our set up is Apache 2.2 on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Windows XP Pro for the moment.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In our tests, Apache reports a 403 error but that appears to be misleading.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Further testing reveals a &amp;quot;magic&amp;quot; limit where URI's between 249 and 260
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; characters in length fail on the MKCOL command.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I guess it depends on what APR (Apache Portable Runtime) supports on
&lt;br&gt;&amp;gt;&amp;gt; Windows. It's quite possible that it doesn't take advantage of the more
&lt;br&gt;&amp;gt;&amp;gt; modern Windows APIs that do not suffer from these length restrictions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If APR is compiled with APR_HAS_UNICODE_FS it supports APR_PATH_MAX long
&lt;br&gt;&amp;gt; paths on Windows, the latter being set to 8192 by default. Note that the
&lt;br&gt;&amp;gt; individual components have file system specific limits, as I recall, and
&lt;br&gt;&amp;gt; as &lt;a href=&quot;http://en.wikipedia.org/wiki/NTFS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/NTFS&lt;/a&gt;&amp;nbsp;seems to confirm, it's 255 for NTFS
&lt;br&gt;&amp;gt; so you cannot have file names or directory names longer than that.
&lt;/div&gt;&lt;br&gt;As a follow up, the issue appears to be addressed in Apache 2.2.6, in which
&lt;br&gt;a modification to the apr library enforces the use of the unicode path
&lt;br&gt;scheme. Refer to &amp;lt;&lt;a href=&quot;http://marc.info/?l=apr-dev&amp;m=120084184128491&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=apr-dev&amp;m=120084184128491&amp;w=2&lt;/a&gt;&amp;gt; for
&lt;br&gt;more information.
&lt;br&gt;&lt;br&gt;Thank you for your comments; they definitely helped us get closer to a
&lt;br&gt;resolution.
&lt;br&gt;&lt;br&gt;&amp;nbsp;- Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/somewhat-off-topic%3A-managing-Win32-limits-in-WebDAV-tp20939883p21017451.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20952084</id>
	<title>Re: somewhat off topic: managing Win32 limits in WebDAV</title>
	<published>2008-12-11T01:18:54Z</published>
	<updated>2008-12-11T01:18:54Z</updated>
	<author>
		<name>Bjoern Hoehrmann</name>
	</author>
	<content type="html">&lt;br&gt;* Julian Reschke wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Mark Phillips wrote:
&lt;br&gt;&amp;gt;&amp;gt; I need to join the other list.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I am dealing with a server side limitation. Our set up is Apache 2.2 on
&lt;br&gt;&amp;gt;&amp;gt; Windows XP Pro for the moment. We wrote our own client and the URL limit is
&lt;br&gt;&amp;gt;&amp;gt; 10,000,000. Probably excessive but there you go.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; In our tests, Apache reports a 403 error but that appears to be misleading.
&lt;br&gt;&amp;gt;&amp;gt; Further testing reveals a &amp;quot;magic&amp;quot; limit where URI's between 249 and 260
&lt;br&gt;&amp;gt;&amp;gt; characters in length fail on the MKCOL command.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; So our supposition is the ever-popular MAX_PATH constraint. Of course, that
&lt;br&gt;&amp;gt;&amp;gt; may not be the issue and we open to new info.
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I guess it depends on what APR (Apache Portable Runtime) supports on 
&lt;br&gt;&amp;gt;Windows. It's quite possible that it doesn't take advantage of the more 
&lt;br&gt;&amp;gt;modern Windows APIs that do not suffer from these length restrictions.
&lt;/div&gt;&lt;br&gt;If APR is compiled with APR_HAS_UNICODE_FS it supports APR_PATH_MAX long
&lt;br&gt;paths on Windows, the latter being set to 8192 by default. Note that the
&lt;br&gt;individual components have file system specific limits, as I recall, and
&lt;br&gt;as &lt;a href=&quot;http://en.wikipedia.org/wiki/NTFS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/NTFS&lt;/a&gt;&amp;nbsp;seems to confirm, it's 255 for NTFS
&lt;br&gt;so you cannot have file names or directory names longer than that. Other
&lt;br&gt;systems &lt;a href=&quot;http://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits&lt;/a&gt;&lt;br&gt;tend to have similar limits, so I am not sure that is the problem here.
&lt;br&gt;The httpd also has its own limits for e.g. request header line length.
&lt;br&gt;-- 
&lt;br&gt;Björn Höhrmann · mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20952084&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bjoern@...&lt;/a&gt; · &lt;a href=&quot;http://bjoern.hoehrmann.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bjoern.hoehrmann.de&lt;/a&gt;&lt;br&gt;Am Badedeich 7 · Telefon: +49(0)160/4415681 · &lt;a href=&quot;http://www.bjoernsworld.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bjoernsworld.de&lt;/a&gt;&lt;br&gt;25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · &lt;a href=&quot;http://www.websitedev.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.websitedev.de/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/somewhat-off-topic%3A-managing-Win32-limits-in-WebDAV-tp20939883p20952084.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20951505</id>
	<title>Re: somewhat off topic: managing Win32 limits in WebDAV</title>
	<published>2008-12-11T00:36:03Z</published>
	<updated>2008-12-11T00:36:03Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Mark Phillips wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I need to join the other list.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am dealing with a server side limitation. Our set up is Apache 2.2 on
&lt;br&gt;&amp;gt; Windows XP Pro for the moment. We wrote our own client and the URL limit is
&lt;br&gt;&amp;gt; 10,000,000. Probably excessive but there you go.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In our tests, Apache reports a 403 error but that appears to be misleading.
&lt;br&gt;&amp;gt; Further testing reveals a &amp;quot;magic&amp;quot; limit where URI's between 249 and 260
&lt;br&gt;&amp;gt; characters in length fail on the MKCOL command.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So our supposition is the ever-popular MAX_PATH constraint. Of course, that
&lt;br&gt;&amp;gt; may not be the issue and we open to new info.
&lt;br&gt;&amp;gt; ...
&lt;/div&gt;&lt;br&gt;I guess it depends on what APR (Apache Portable Runtime) supports on 
&lt;br&gt;Windows. It's quite possible that it doesn't take advantage of the more 
&lt;br&gt;modern Windows APIs that do not suffer from these length restrictions.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/somewhat-off-topic%3A-managing-Win32-limits-in-WebDAV-tp20939883p20951505.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20944168</id>
	<title>Re: somewhat off topic: managing Win32 limits in WebDAV</title>
	<published>2008-12-10T13:04:47Z</published>
	<updated>2008-12-10T13:04:47Z</updated>
	<author>
		<name>Mark Phillips-4</name>
	</author>
	<content type="html">&lt;br&gt;I need to join the other list.
&lt;br&gt;&lt;br&gt;I am dealing with a server side limitation. Our set up is Apache 2.2 on
&lt;br&gt;Windows XP Pro for the moment. We wrote our own client and the URL limit is
&lt;br&gt;10,000,000. Probably excessive but there you go.
&lt;br&gt;&lt;br&gt;In our tests, Apache reports a 403 error but that appears to be misleading.
&lt;br&gt;Further testing reveals a &amp;quot;magic&amp;quot; limit where URI's between 249 and 260
&lt;br&gt;characters in length fail on the MKCOL command.
&lt;br&gt;&lt;br&gt;So our supposition is the ever-popular MAX_PATH constraint. Of course, that
&lt;br&gt;may not be the issue and we open to new info.
&lt;br&gt;&lt;br&gt;thanks for the reply,
&lt;br&gt;&lt;br&gt;&amp;nbsp;- Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 12/10/08 9:33 AM, &amp;quot;Julian Reschke&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20944168&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;julian.reschke@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mark Phillips wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; I would be most grateful for information and/or links to articles that
&lt;br&gt;&amp;gt;&amp;gt; describe how others have dealt with the 260 character path limit in
&lt;br&gt;&amp;gt;&amp;gt; Windows. The product manager I work with feels we must support Windows
&lt;br&gt;&amp;gt;&amp;gt; as a backend for the DAV enable product we are developing. Testing with
&lt;br&gt;&amp;gt;&amp;gt; a few clients has exposed the Win32 limitation in a rather stark way.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thank you, in advance.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Mark Phillips
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Mark,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; it seems to be you selected a non-optimal list for this question :-) --
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20944168&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt; (the generic WebDAV mailing list) seems to be a
&lt;br&gt;&amp;gt; better choice.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That being said -- are you referring to a limit on the client or on the
&lt;br&gt;&amp;gt; server?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In general, Windows can deal with longer paths, you just need to use the
&lt;br&gt;&amp;gt; correct API for that. If course, many Windows *applications*, such as
&lt;br&gt;&amp;gt; Explorer, don't.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; BR, Julian
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/somewhat-off-topic%3A-managing-Win32-limits-in-WebDAV-tp20939883p20944168.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20940087</id>
	<title>Re: somewhat off topic: managing Win32 limits in WebDAV</title>
	<published>2008-12-10T09:33:01Z</published>
	<updated>2008-12-10T09:33:01Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Mark Phillips wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; I would be most grateful for information and/or links to articles that 
&lt;br&gt;&amp;gt; describe how others have dealt with the 260 character path limit in 
&lt;br&gt;&amp;gt; Windows. The product manager I work with feels we must support Windows 
&lt;br&gt;&amp;gt; as a backend for the DAV enable product we are developing. Testing with 
&lt;br&gt;&amp;gt; a few clients has exposed the Win32 limitation in a rather stark way.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thank you, in advance.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mark Phillips
&lt;br&gt;&lt;br&gt;Hi Mark,
&lt;br&gt;&lt;br&gt;it seems to be you selected a non-optimal list for this question :-) -- 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20940087&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt; (the generic WebDAV mailing list) seems to be a 
&lt;br&gt;better choice.
&lt;br&gt;&lt;br&gt;That being said -- are you referring to a limit on the client or on the 
&lt;br&gt;server?
&lt;br&gt;&lt;br&gt;In general, Windows can deal with longer paths, you just need to use the 
&lt;br&gt;correct API for that. If course, many Windows *applications*, such as 
&lt;br&gt;Explorer, don't.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/somewhat-off-topic%3A-managing-Win32-limits-in-WebDAV-tp20939883p20940087.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20939883</id>
	<title>somewhat off topic: managing Win32 limits in WebDAV</title>
	<published>2008-12-10T09:22:05Z</published>
	<updated>2008-12-10T09:22:05Z</updated>
	<author>
		<name>Mark Phillips-4</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;somewhat off topic: managing Win32 limits in WebDAV&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Calibri, Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:11pt'&gt;I would be most grateful for information and/or links to articles that describe how others have dealt with the 260 character path limit in Windows. The product manager I work with feels we must support Windows as a backend for the DAV enable product we are developing. Testing with a few clients has exposed the Win32 limitation in a rather stark way. &lt;BR&gt;
&lt;BR&gt;
Thank you, in advance.&lt;BR&gt;
&lt;BR&gt;
Mark Phillips&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/somewhat-off-topic%3A-managing-Win32-limits-in-WebDAV-tp20939883p20939883.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20550060</id>
	<title>WebDAV SEARCH published as RFC 5323</title>
	<published>2008-11-17T14:53:50Z</published>
	<updated>2008-11-17T14:53:50Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;WebDAV SEARCH has finally been published as RFC 5323 (a Proposed Standard).
&lt;br&gt;&lt;br&gt;ASCII versions can be found in the usual places, HTML and XML versions can be found at &lt;a href=&quot;http://greenbytes.de/tech/webdav/#rfc5323&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/#rfc5323&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Best regards, Julian
&lt;br&gt;-- 
&lt;br&gt;&amp;quot;Feel free&amp;quot; - 10 GB Mailbox, 100 FreeSMS/Monat ...
&lt;br&gt;Jetzt GMX TopMail testen: &lt;a href=&quot;http://www.gmx.net/de/go/topmail&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gmx.net/de/go/topmail&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebDAV-SEARCH-published-as-RFC-5323-tp20550060p20550060.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20407619</id>
	<title>Last minute changes to WebDAV SEARCH, was: WebDAV SEARCH approved  as Proposed Standard</title>
	<published>2008-11-09T07:51:14Z</published>
	<updated>2008-11-09T07:51:14Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I've been working with the RFC Editor on the publication of this 
&lt;br&gt;specification, and some disagreements surfaced with respect how to cite 
&lt;br&gt;historic Internet Drafts, and what type of URLs are (or should be) 
&lt;br&gt;acceptable in an RFC. People interested in the discussion itself may 
&lt;br&gt;want to read the archives of the rfc-interest mailing list (starting 
&lt;br&gt;with 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://mailman.rfc-editor.org/pipermail/rfc-interest/2008-October/000888.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.rfc-editor.org/pipermail/rfc-interest/2008-October/000888.html&lt;/a&gt;&amp;gt;).
&lt;br&gt;&lt;br&gt;To get the issue resolved, I have moved the historic references to the 
&lt;br&gt;Contributors section, and changed the document URLs to use purl.org as 
&lt;br&gt;indirection mechanism (the RFC Editor was concerned with the stability 
&lt;br&gt;of URLs on www.webdav.org...).
&lt;br&gt;&lt;br&gt;So Section 1.1 now starts with:
&lt;br&gt;&lt;br&gt;1.1. &amp;nbsp;DASL
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; This document defines Web Distributed Authoring and Versioning
&lt;br&gt;&amp;nbsp; &amp;nbsp; (WebDAV) SEARCH, an application of HTTP/1.1 forming a lightweight
&lt;br&gt;&amp;nbsp; &amp;nbsp; search protocol to transport queries and result sets that allows
&lt;br&gt;&amp;nbsp; &amp;nbsp; clients to make use of server-side search facilities. &amp;nbsp;It is based on
&lt;br&gt;&amp;nbsp; &amp;nbsp; earlier work done in the IETF DASL Working Group (see Section 10).
&lt;br&gt;&amp;nbsp; &amp;nbsp; In this specification, the terms &amp;quot;WebDAV SEARCH&amp;quot; and &amp;quot;DASL&amp;quot; are used
&lt;br&gt;&amp;nbsp; &amp;nbsp; interchangeably. -- 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.1.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.1.1&lt;/a&gt;&amp;gt;, 
&lt;br&gt;&lt;br&gt;&lt;br&gt;and the Contributors Section now reads:
&lt;br&gt;&lt;br&gt;10. &amp;nbsp;Contributors
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; This document is based on prior work on the DASL protocol done by the
&lt;br&gt;&amp;nbsp; &amp;nbsp; WebDAV DASL working group until the year 2000 -- namely by Alan
&lt;br&gt;&amp;nbsp; &amp;nbsp; Babich, Jim Davis, Rick Henderson, Dale Lowry, Saveen Reddy, Surendra
&lt;br&gt;&amp;nbsp; &amp;nbsp; Reddy, and Judith Slein (see &amp;lt;&lt;a href=&quot;http://www.webdav.org/dasl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.webdav.org/dasl/&lt;/a&gt;&amp;gt; for the
&lt;br&gt;&amp;nbsp; &amp;nbsp; working group's web site,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://purl.org/NET/webdav/dasl-references/reqs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://purl.org/NET/webdav/dasl-references/reqs&lt;/a&gt;&amp;gt; for a requirements
&lt;br&gt;&amp;nbsp; &amp;nbsp; document, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://purl.org/NET/webdav/dasl-references/dasl-protocol-00&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://purl.org/NET/webdav/dasl-references/dasl-protocol-00&lt;/a&gt;&amp;gt; for an
&lt;br&gt;&amp;nbsp; &amp;nbsp; early version of the specification). -- 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.10&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;If somebody feels this change is not ok, or need to get re-reviewed by 
&lt;br&gt;the community, please speak up soon.
&lt;br&gt;&lt;br&gt;Best regards, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Julian Reschke wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (FYI)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The IESG wrote:
&lt;br&gt;&amp;gt;&amp;gt; The IESG has approved the following document:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - 'Web Distributed Authoring and Versioning (WebDAV) SEARCH '
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;draft-reschke-webdav-search-18.txt&amp;gt; as a Proposed Standard
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This document has been reviewed in the IETF but is not the product of an
&lt;br&gt;&amp;gt;&amp;gt; IETF Working Group.
&lt;br&gt;&amp;gt;&amp;gt; The IESG contact person is Chris Newman.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; A URL of this Internet-Draft is:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-18.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-18.txt&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebDAV-SEARCH-approved-as-Proposed-Standard%2C-was%3A-Protocol-Action%3A--%27Web-Distributed-Authoring-and-Versioning-%28WebDAV%29-SEARCH%27-to-Proposed-Standard-tp19650726p20407619.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19800127</id>
	<title>WebDAV SEARCH: Implementation in file-sharing tool p300</title>
	<published>2008-10-03T08:07:50Z</published>
	<updated>2008-10-03T08:07:50Z</updated>
	<author>
		<name>Sebastian Breier-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;WebDAV SEARCH [1] is a good standard to implement all kinds of search
&lt;br&gt;activities on remote servers, based on the WebDAV standards.
&lt;br&gt;&lt;br&gt;p300 [2] is a file-sharing tool for private networks and VPNs, created
&lt;br&gt;by Markus Götz, implemented by Markus and me. It's written in Java.
&lt;br&gt;Its features include:
&lt;br&gt;- Multiplatform
&lt;br&gt;- HTML GUI, Swing GUI, WebDAV access
&lt;br&gt;- Auto discovery of hosts
&lt;br&gt;- Chat
&lt;br&gt;- Download manager
&lt;br&gt;- and more
&lt;br&gt;&lt;br&gt;In its latest release, version 876, released today [3], it implements
&lt;br&gt;parts of the WebDAV SEARCH standard to facilitate file searches on peer
&lt;br&gt;machines. The usage of Your standard makes it possible to use the search
&lt;br&gt;functionality from clients different to p300, although this possibility
&lt;br&gt;has not been utilized yet.
&lt;br&gt;&lt;br&gt;We thought You might be interested in hearing of this new implementation
&lt;br&gt;of the WebDAV SEARCH standard. If You have the possibility, please try
&lt;br&gt;out p300 yourself, it's Free Software.
&lt;br&gt;&lt;br&gt;If there are any comments or questions concerning our implementation or
&lt;br&gt;p300 in general, don't hesitate to contact us. Note that we are not
&lt;br&gt;subscribed to the www-webdav-dasl list.
&lt;br&gt;&lt;br&gt;Thank You for Your time.
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sebastian Breier.
&lt;br&gt;&lt;br&gt;[1]
&lt;br&gt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://p300.eu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p300.eu/&lt;/a&gt;&lt;br&gt;[3]
&lt;br&gt;&lt;a href=&quot;http://blog.guruz.de/2008/10/03/version-876-of-p300-has-been-released/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.guruz.de/2008/10/03/version-876-of-p300-has-been-released/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (844 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/19800127/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebDAV-SEARCH%3A-Implementation-in-file-sharing-tool-p300-tp19800127p19800127.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19650726</id>
	<title>WebDAV SEARCH approved as Proposed Standard, was: Protocol Action:  'Web Distributed Authoring and Versioning (WebDAV) SEARCH' to Proposed Standard</title>
	<published>2008-09-24T07:51:34Z</published>
	<updated>2008-09-24T07:51:34Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;(FYI)
&lt;br&gt;&lt;br&gt;The IESG wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The IESG has approved the following document:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - 'Web Distributed Authoring and Versioning (WebDAV) SEARCH '
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;draft-reschke-webdav-search-18.txt&amp;gt; as a Proposed Standard
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This document has been reviewed in the IETF but is not the product of an
&lt;br&gt;&amp;gt; IETF Working Group. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The IESG contact person is Chris Newman.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A URL of this Internet-Draft is:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-18.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-18.txt&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Technical Summary
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;This document specifies a set of methods, headers and properties
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;composing WebDAV SEARCH, an application of the HTTP/1.1 protocol
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;to efficiently search for DAV resources based upon a set of
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;client-supplied criteria.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Working Group Summary
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;This was the product of an individual submittor. &amp;nbsp;However, it is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;based on a draft developed by the concluded DASL WG and technical
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;discussions have occured on the DASL mailing list. &amp;nbsp;Some issues that
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;were discussed as candidates for the base specification are covered
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;in Appendix B and are believed suitable for future protocol
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;extensions. &amp;nbsp;There was some discussion of whether query schema
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;discovery should be mandatory or optional, there is believed to be
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;community rough consensus to keep it an optional feature.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Document Quality
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;The framework defined in SEARCH (method, grammar discover via
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;OPTIONS, response format) is supported at least in six
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;implementations of which four support the DAV:basicsearch grammar and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;the other two expose only custom grammars. &amp;nbsp;There has been at least
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;one proposal for an additional documented query language
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;(draft-godoy-webdav-xmlsearch).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Personnel
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;The responsible area director is Chris Newman who reviewed this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;specification in detail. &amp;nbsp;The specification was also reviewed by
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;multiple participants of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19650726&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;(formerly used by the DASL WG) as well as the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19650726&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;(formerly WebDAV WG). &amp;nbsp;During IETF last call, support was
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;expressed by Tobias Schlauch and Javier Godoy on the IETF list.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Additional review comments were provided by John Barone and Cyrus
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Daboo on the webdav lists during last call. &amp;nbsp;Gonzalo Camarillo 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;was the GEN-ART reviewer, Radia Perlman was the sec-dir reviewer.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; IETF-Announce mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19650726&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IETF-Announce@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.ietf.org/mailman/listinfo/ietf-announce&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.ietf.org/mailman/listinfo/ietf-announce&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebDAV-SEARCH-approved-as-Proposed-Standard%2C-was%3A-Protocol-Action%3A--%27Web-Distributed-Authoring-and-Versioning-%28WebDAV%29-SEARCH%27-to-Proposed-Standard-tp19650726p19650726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19231944</id>
	<title>WebDAV SEARCH draft 18 submitted, was: WebDAV SEARCH Last Call over</title>
	<published>2008-08-30T02:54:09Z</published>
	<updated>2008-08-30T02:54:09Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;FYI:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; A New Internet-Draft is available from the on-line Internet-Drafts directories.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	Title &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Web Distributed Authoring and Versioning (WebDAV) SEARCH
&lt;br&gt;&amp;gt; 	Author(s) &amp;nbsp; &amp;nbsp; &amp;nbsp; : J. Reschke, et al.
&lt;br&gt;&amp;gt; 	Filename &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: draft-reschke-webdav-search-18.txt
&lt;br&gt;&amp;gt; 	Pages &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 62
&lt;br&gt;&amp;gt; 	Date &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 2008-08-30
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This document specifies a set of methods, headers and properties
&lt;br&gt;&amp;gt; composing WebDAV SEARCH, an application of the HTTP/1.1 protocol to
&lt;br&gt;&amp;gt; efficiently search for DAV resources based upon a set of client-
&lt;br&gt;&amp;gt; supplied criteria.Editorial Note (To be removed by RFC Editor before
&lt;br&gt;&amp;gt; publication)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please send comments to the Distributed Authoring and Versioning
&lt;br&gt;&amp;gt; (WebDAV) DASL mailing list at &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19231944&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl@...&lt;/a&gt;&amp;gt;, which
&lt;br&gt;&amp;gt; may be joined by sending a message with subject &amp;quot;subscribe&amp;quot; to
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19231944&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl-request@...&lt;/a&gt;&amp;gt;. &amp;nbsp;Discussions of the WebDAV
&lt;br&gt;&amp;gt; DASL mailing list are archived at
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-webdav-dasl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-webdav-dasl/&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; An issues list and XML and HTML versions of this draft are available
&lt;br&gt;&amp;gt; from &amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/#draft-reschke-webdav-search&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/#draft-reschke-webdav-search&lt;/a&gt;&amp;gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A URL for this Internet-Draft is:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-18.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-18.txt&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Internet-Drafts are also available by anonymous FTP at:
&lt;br&gt;&amp;gt; ftp://ftp.ietf.org/internet-drafts/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Below is the data which will enable a MIME compliant mail reader
&lt;br&gt;&amp;gt; implementation to automatically retrieve the ASCII version of the
&lt;br&gt;&amp;gt; Internet-Draft.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; I-D-Announce mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19231944&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;I-D-Announce@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.ietf.org/mailman/listinfo/i-d-announce&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.ietf.org/mailman/listinfo/i-d-announce&lt;/a&gt;&lt;br&gt;&amp;gt; Internet-Draft directories: &lt;a href=&quot;http://www.ietf.org/shadow.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/shadow.html&lt;/a&gt;&lt;br&gt;&amp;gt; or ftp://ftp.ietf.org/ietf/1shadow-sites.txt
&lt;/div&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt; With respect to point 3, I'm willing to follow John's proposal to 
&lt;br&gt;&amp;gt;&amp;gt; relax the MUST to a SHOULD. Feedback on this one appreciated, in 
&lt;br&gt;&amp;gt;&amp;gt; particular if somebody feels strongly about it and doesn't want it to 
&lt;br&gt;&amp;gt;&amp;gt; be changed.
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For now I have changed the text to say &amp;quot;SHOULD&amp;quot;, see 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.5.17.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.5.17.1&lt;/a&gt;&amp;gt;. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In absence of other feedback I'll submit this one as draft 18 sometime 
&lt;br&gt;&amp;gt; next week.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best regards, Julian
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebDAV-SEARCH-Last-Call-over-tp18951658p19231944.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19022680</id>
	<title>Re: WebDAV SEARCH Last Call over</title>
	<published>2008-08-17T12:39:38Z</published>
	<updated>2008-08-17T12:39:38Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Julian Reschke wrote:
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; With respect to point 3, I'm willing to follow John's proposal to relax 
&lt;br&gt;&amp;gt; the MUST to a SHOULD. Feedback on this one appreciated, in particular if 
&lt;br&gt;&amp;gt; somebody feels strongly about it and doesn't want it to be changed.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&lt;br&gt;For now I have changed the text to say &amp;quot;SHOULD&amp;quot;, see 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.5.17.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.5.17.1&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;In absence of other feedback I'll submit this one as draft 18 sometime 
&lt;br&gt;next week.
&lt;br&gt;&lt;br&gt;Best regards, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebDAV-SEARCH-Last-Call-over-tp18951658p19022680.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18951658</id>
	<title>WebDAV SEARCH Last Call over</title>
	<published>2008-08-12T13:02:42Z</published>
	<updated>2008-08-12T13:02:42Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;the IETF Last Call for WebDAV SEARCH ended yesterday, and the following 
&lt;br&gt;points were raised:
&lt;br&gt;&lt;br&gt;1) some editorial nits (&amp;quot;SHOULD not&amp;quot; instead of &amp;quot;SHOULD NOT&amp;quot;, an XML 
&lt;br&gt;namespace using a domain name not reserved for examples)
&lt;br&gt;&lt;br&gt;2) missing statement about safeness of SEARCH method
&lt;br&gt;&lt;br&gt;3) John Barone's proposal to relax the server requirement for sorting 
&lt;br&gt;truncated results (see thread starting at 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/w3c-dist-auth/2008JulSep/0016.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/w3c-dist-auth/2008JulSep/0016.html&lt;/a&gt;&amp;gt;).
&lt;br&gt;&lt;br&gt;I have fixed 1) and 2) in my &amp;quot;latest&amp;quot; version; here are the diffs:
&lt;br&gt;&lt;br&gt;-- snip --
&lt;br&gt;&lt;br&gt;Section 2.2., paragraph 0:
&lt;br&gt;OLD:
&lt;br&gt;&lt;br&gt;&amp;nbsp; 2.2. &amp;nbsp;The Request
&lt;br&gt;&lt;br&gt;NEW:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;SEARCH is a safe method; it does not have any significance other than
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;executing a query and returning a query result (see [RFC2616],
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Section 9.1.1).
&lt;br&gt;&lt;br&gt;&amp;nbsp; 2.2. &amp;nbsp;The Request
&lt;br&gt;&lt;br&gt;&lt;br&gt;Section 5.19.9., paragraph 1:
&lt;br&gt;OLD:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:basicsearchschema xmlns:D=&amp;quot;DAV:&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:prop&amp;gt;&amp;lt;D:getcontentlength/&amp;gt;&amp;lt;/D:prop&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:datatype&amp;gt;&amp;lt;xs:nonNegativeInteger/&amp;gt;&amp;lt;/D:datatype&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:searchable/&amp;gt;&amp;lt;D:selectable/&amp;gt;&amp;lt;D:sortable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:prop&amp;gt;&amp;lt;D:getcontenttype/&amp;gt;&amp;lt;D:displayname/&amp;gt;&amp;lt;/D:prop&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:searchable/&amp;gt;&amp;lt;D:selectable/&amp;gt;&amp;lt;D:sortable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:prop&amp;gt;&amp;lt;fstop xmlns=&amp;quot;&lt;a href=&quot;http://jennicam.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jennicam.org&lt;/a&gt;&amp;quot;/&amp;gt;&amp;lt;/D:prop&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:selectable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:any-other-property/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:searchable/&amp;gt;&amp;lt;D:selectable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:operators&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:opdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:like/&amp;gt;&amp;lt;D:operand-property/&amp;gt;&amp;lt;D:operand-literal/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:opdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:opdesc allow-pcdata=&amp;quot;yes&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:contains/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:opdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:operators&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:basicsearchschema&amp;gt;
&lt;br&gt;&lt;br&gt;NEW:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:basicsearchschema xmlns:D=&amp;quot;DAV:&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:prop&amp;gt;&amp;lt;D:getcontentlength/&amp;gt;&amp;lt;/D:prop&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:datatype&amp;gt;&amp;lt;xs:nonNegativeInteger/&amp;gt;&amp;lt;/D:datatype&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:searchable/&amp;gt;&amp;lt;D:selectable/&amp;gt;&amp;lt;D:sortable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:prop&amp;gt;&amp;lt;D:getcontenttype/&amp;gt;&amp;lt;D:displayname/&amp;gt;&amp;lt;/D:prop&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:searchable/&amp;gt;&amp;lt;D:selectable/&amp;gt;&amp;lt;D:sortable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:prop&amp;gt;&amp;lt;fstop xmlns=&amp;quot;&lt;a href=&quot;http://ns.example.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ns.example.org&lt;/a&gt;&amp;quot;/&amp;gt;&amp;lt;/D:prop&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:selectable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:any-other-property/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:searchable/&amp;gt;&amp;lt;D:selectable/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:propdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:operators&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:opdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:like/&amp;gt;&amp;lt;D:operand-property/&amp;gt;&amp;lt;D:operand-literal/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:opdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:opdesc allow-pcdata=&amp;quot;yes&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;D:contains/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:opdesc&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:operators&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/D:basicsearchschema&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Section 8., paragraph 1:
&lt;br&gt;OLD:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Query grammars are identified by URIs. &amp;nbsp;Applications SHOULD not
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;attempt to retrieve these URIs even if they appear to be retrievable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(for example, those that begin with &amp;quot;http://&amp;quot;)
&lt;br&gt;&lt;br&gt;NEW:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Query grammars are identified by URIs. &amp;nbsp;Applications SHOULD NOT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;attempt to retrieve these URIs even if they appear to be retrievable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(for example, those that begin with &amp;quot;http://&amp;quot;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- snip --
&lt;br&gt;&lt;br&gt;...see also 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html&lt;/a&gt;&amp;gt; 
&lt;br&gt;and 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest-from-previous.diff.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest-from-previous.diff.html&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;With respect to point 3, I'm willing to follow John's proposal to relax 
&lt;br&gt;the MUST to a SHOULD. Feedback on this one appreciated, in particular if 
&lt;br&gt;somebody feels strongly about it and doesn't want it to be changed.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WebDAV-SEARCH-Last-Call-over-tp18951658p18951658.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18928263</id>
	<title>RE: &quot;Starts with&quot; comparison in search</title>
	<published>2008-08-11T08:37:41Z</published>
	<updated>2008-08-11T08:37:41Z</updated>
	<author>
		<name>John Barone</name>
	</author>
	<content type="html">&lt;br&gt;Err... True. &amp;nbsp;Disregard my +1
&lt;br&gt;&lt;br&gt;-John 
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928263&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928263&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt;]
&lt;br&gt;On Behalf Of Cyrus Daboo
&lt;br&gt;Sent: Monday, August 11, 2008 8:09 AM
&lt;br&gt;To: Julian Reschke
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928263&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928263&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl@...&lt;/a&gt;
&lt;br&gt;Subject: Re: &amp;quot;Starts with&amp;quot; comparison in search
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi Julian,
&lt;br&gt;&lt;br&gt;--On August 11, 2008 5:00:33 PM +0200 Julian Reschke
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928263&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;julian.reschke@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; are we talking about properties, or about content?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For properties, you can use DAV:like, with something like &amp;quot;prefix%&amp;quot; 
&lt;br&gt;&amp;gt; (see 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-17.html#&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-17.html#&lt;/a&gt;&lt;br&gt;&amp;gt; rfc
&lt;br&gt;&amp;gt; .section.5.15&amp;gt;).
&lt;br&gt;&lt;br&gt;Ah yes. That is probably sufficient for the vast majority of use cases I
&lt;br&gt;can think of.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Cyrus Daboo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This email and any attachments may contain confidential and proprietary
&lt;br&gt;information of Blackboard that is for the sole use of the intended
&lt;br&gt;recipient. &amp;nbsp;If you are not the intended recipient, disclosure, copying,
&lt;br&gt;re-distribution or other use of any of this information is strictly
&lt;br&gt;prohibited. &amp;nbsp;Please immediately notify the sender and delete this
&lt;br&gt;transmission if you received this email in error.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-%22Starts-with%22-comparison-in-search-tp18927539p18928263.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18928233</id>
	<title>RE: &quot;Starts with&quot; comparison in search</title>
	<published>2008-08-11T08:36:24Z</published>
	<updated>2008-08-11T08:36:24Z</updated>
	<author>
		<name>John Barone</name>
	</author>
	<content type="html">&lt;br&gt;+1 &amp;nbsp; would be nice
&lt;br&gt;&lt;br&gt;-John 
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928233&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928233&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt;]
&lt;br&gt;On Behalf Of Cyrus Daboo
&lt;br&gt;Sent: Monday, August 11, 2008 7:35 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928233&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18928233&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl@...&lt;/a&gt;
&lt;br&gt;Subject: &amp;quot;Starts with&amp;quot; comparison in search
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;Is it too late to consider adding a &amp;quot;startswith&amp;quot; comparison operation to
&lt;br&gt;the basicsearch grammar in the SEARCH extension? I think that is a key
&lt;br&gt;string match operation to have in addition to &amp;quot;contains&amp;quot;.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Cyrus Daboo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This email and any attachments may contain confidential and proprietary
&lt;br&gt;information of Blackboard that is for the sole use of the intended
&lt;br&gt;recipient. &amp;nbsp;If you are not the intended recipient, disclosure, copying,
&lt;br&gt;re-distribution or other use of any of this information is strictly
&lt;br&gt;prohibited. &amp;nbsp;Please immediately notify the sender and delete this
&lt;br&gt;transmission if you received this email in error.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-%22Starts-with%22-comparison-in-search-tp18927539p18928233.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18927539</id>
	<title>Re: &quot;Starts with&quot; comparison in search</title>
	<published>2008-08-11T08:00:33Z</published>
	<updated>2008-08-11T08:00:33Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Cyrus Daboo wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; Is it too late to consider adding a &amp;quot;startswith&amp;quot; comparison operation to 
&lt;br&gt;&amp;gt; the basicsearch grammar in the SEARCH extension? I think that is a key 
&lt;br&gt;&amp;gt; string match operation to have in addition to &amp;quot;contains&amp;quot;.
&lt;br&gt;&lt;br&gt;Hi Cyrus,
&lt;br&gt;&lt;br&gt;are we talking about properties, or about content?
&lt;br&gt;&lt;br&gt;For properties, you can use DAV:like, with something like &amp;quot;prefix%&amp;quot; (see 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-17.html#rfc.section.5.15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-17.html#rfc.section.5.15&lt;/a&gt;&amp;gt;).
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-%22Starts-with%22-comparison-in-search-tp18927539p18927539.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18817350</id>
	<title>Re: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T11:49:38Z</published>
	<updated>2008-08-04T11:49:38Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;John Barone wrote:
&lt;br&gt;&amp;gt; Yes, that would be fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I wasn't privy to the original discussion that resulted in the MUST.
&lt;br&gt;&amp;gt; So, I don't know if there are some client requirements/concerns that
&lt;br&gt;&amp;gt; would be stepped on by changing it to a SHOULD.
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&lt;br&gt;I would assume that any query that DAV:limits itself, or results in 
&lt;br&gt;server-enforced truncation, is unlikely to be useful in a programmatic 
&lt;br&gt;client. So I wouldn't expect this to be a problem.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18817350.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18817162</id>
	<title>RE: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T11:39:07Z</published>
	<updated>2008-08-04T11:39:07Z</updated>
	<author>
		<name>John Barone</name>
	</author>
	<content type="html">&lt;br&gt;Yes, that would be fine.
&lt;br&gt;&lt;br&gt;I wasn't privy to the original discussion that resulted in the MUST.
&lt;br&gt;So, I don't know if there are some client requirements/concerns that
&lt;br&gt;would be stepped on by changing it to a SHOULD.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-John 
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Julian Reschke [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18817162&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;julian.reschke@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, August 04, 2008 11:35 AM
&lt;br&gt;To: John Barone
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18817162&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18817162&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl@...&lt;/a&gt;
&lt;br&gt;Subject: Re: getting WebDAV SEARCH ready for the IESG
&lt;br&gt;&lt;br&gt;John Barone wrote:
&lt;br&gt;&amp;gt; First and foremost I would be in favor of wording that is consistent 
&lt;br&gt;&amp;gt; with what's outlined in section 2.3.1, for truncation. &amp;nbsp;From a client 
&lt;br&gt;&amp;gt; perspective, I would think that the MUST wording in section 5.17.1 is 
&lt;br&gt;&amp;gt; most desirable. &amp;nbsp;However, from a practical (and admittedly 
&lt;br&gt;&amp;gt; self-serving) point of view, simply stating that the results MUST 
&lt;br&gt;&amp;gt; ordered as the client directed, would be preferred. &amp;nbsp;Section 2.3.1
&lt;br&gt;goes on to say:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;... the partial results returned MAY be any subset of the result set 
&lt;br&gt;&amp;gt; that would have satisfied the original query&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Perhaps in section 5.17.1 the additional sentence could be phrased:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;... the results that are included in the response document SHOULD be 
&lt;br&gt;&amp;gt; those that order highest&amp;quot;
&lt;br&gt;&lt;br&gt;So, to be precise, the single change you're proposing is to relax the
&lt;br&gt;&amp;quot;must&amp;quot; to a &amp;quot;should&amp;quot;?
&lt;br&gt;&lt;br&gt;I'd be ok with that.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This email and any attachments may contain confidential and proprietary
&lt;br&gt;information of Blackboard that is for the sole use of the intended
&lt;br&gt;recipient. &amp;nbsp;If you are not the intended recipient, disclosure, copying,
&lt;br&gt;re-distribution or other use of any of this information is strictly
&lt;br&gt;prohibited. &amp;nbsp;Please immediately notify the sender and delete this
&lt;br&gt;transmission if you received this email in error.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18817162.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18817083</id>
	<title>Re: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T11:34:44Z</published>
	<updated>2008-08-04T11:34:44Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;John Barone wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; First and foremost I would be in favor of wording that is consistent
&lt;br&gt;&amp;gt; with what's outlined in section 2.3.1, for truncation. &amp;nbsp;From a client
&lt;br&gt;&amp;gt; perspective, I would think that the MUST wording in section 5.17.1 is
&lt;br&gt;&amp;gt; most desirable. &amp;nbsp;However, from a practical (and admittedly self-serving)
&lt;br&gt;&amp;gt; point of view, simply stating that the results MUST ordered as the
&lt;br&gt;&amp;gt; client directed, would be preferred. &amp;nbsp;Section 2.3.1 goes on to say:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;... the partial results returned MAY be any subset of the result set
&lt;br&gt;&amp;gt; that would have satisfied the original query&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Perhaps in section 5.17.1 the additional sentence could be phrased:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;... the results that are included in the response document SHOULD be
&lt;br&gt;&amp;gt; those that order highest&amp;quot;
&lt;/div&gt;&lt;br&gt;So, to be precise, the single change you're proposing is to relax the 
&lt;br&gt;&amp;quot;must&amp;quot; to a &amp;quot;should&amp;quot;?
&lt;br&gt;&lt;br&gt;I'd be ok with that.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18817083.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18816815</id>
	<title>RE: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T11:19:22Z</published>
	<updated>2008-08-04T11:19:22Z</updated>
	<author>
		<name>John Barone</name>
	</author>
	<content type="html">&lt;br&gt;First and foremost I would be in favor of wording that is consistent
&lt;br&gt;with what's outlined in section 2.3.1, for truncation. &amp;nbsp;From a client
&lt;br&gt;perspective, I would think that the MUST wording in section 5.17.1 is
&lt;br&gt;most desirable. &amp;nbsp;However, from a practical (and admittedly self-serving)
&lt;br&gt;point of view, simply stating that the results MUST ordered as the
&lt;br&gt;client directed, would be preferred. &amp;nbsp;Section 2.3.1 goes on to say:
&lt;br&gt;&lt;br&gt;&amp;quot;... the partial results returned MAY be any subset of the result set
&lt;br&gt;that would have satisfied the original query&amp;quot;.
&lt;br&gt;&lt;br&gt;Perhaps in section 5.17.1 the additional sentence could be phrased:
&lt;br&gt;&lt;br&gt;&amp;quot;... the results that are included in the response document SHOULD be
&lt;br&gt;those that order highest&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-John
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Julian Reschke [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18816815&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;julian.reschke@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, August 04, 2008 10:39 AM
&lt;br&gt;To: John Barone
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18816815&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18816815&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl@...&lt;/a&gt;
&lt;br&gt;Subject: Re: getting WebDAV SEARCH ready for the IESG
&lt;br&gt;&lt;br&gt;John Barone wrote:
&lt;br&gt;&amp;gt; The Xythos server currently doesn't implement the limit feature. &amp;nbsp;The 
&lt;br&gt;&amp;gt; server does truncate results based on a server setting. &amp;nbsp;Making sure 
&lt;br&gt;&amp;gt; the truncated results are globally ordered is difficult, for the 
&lt;br&gt;&amp;gt; reasons you outlined and particularly when the search spans multiple
&lt;br&gt;data stores.
&lt;br&gt;&lt;br&gt;...another good point I forgot.
&lt;br&gt;&lt;br&gt;&amp;gt; Implementing the limit feature would pose the same ordering
&lt;br&gt;challenges.
&lt;br&gt;&amp;gt; I think making 5.17.1 a MUST places a heavy burden on the server 
&lt;br&gt;&amp;gt; implementation.
&lt;br&gt;&lt;br&gt;One alternative would be &amp;quot;SHOULD&amp;quot;, another one would be just stating
&lt;br&gt;that DAV:limit is optional, and servers that can't do the MUST level
&lt;br&gt;requirement should reject the query.
&lt;br&gt;&lt;br&gt;Any preference?
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This email and any attachments may contain confidential and proprietary
&lt;br&gt;information of Blackboard that is for the sole use of the intended
&lt;br&gt;recipient. &amp;nbsp;If you are not the intended recipient, disclosure, copying,
&lt;br&gt;re-distribution or other use of any of this information is strictly
&lt;br&gt;prohibited. &amp;nbsp;Please immediately notify the sender and delete this
&lt;br&gt;transmission if you received this email in error.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18816815.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18816060</id>
	<title>Re: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T10:39:29Z</published>
	<updated>2008-08-04T10:39:29Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;John Barone wrote:
&lt;br&gt;&amp;gt; The Xythos server currently doesn't implement the limit feature. &amp;nbsp;The
&lt;br&gt;&amp;gt; server does truncate results based on a server setting. &amp;nbsp;Making sure the
&lt;br&gt;&amp;gt; truncated results are globally ordered is difficult, for the reasons you
&lt;br&gt;&amp;gt; outlined and particularly when the search spans multiple data stores.
&lt;br&gt;&lt;br&gt;...another good point I forgot.
&lt;br&gt;&lt;br&gt;&amp;gt; Implementing the limit feature would pose the same ordering challenges.
&lt;br&gt;&amp;gt; I think making 5.17.1 a MUST places a heavy burden on the server
&lt;br&gt;&amp;gt; implementation.
&lt;br&gt;&lt;br&gt;One alternative would be &amp;quot;SHOULD&amp;quot;, another one would be just stating 
&lt;br&gt;that DAV:limit is optional, and servers that can't do the MUST level 
&lt;br&gt;requirement should reject the query.
&lt;br&gt;&lt;br&gt;Any preference?
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18816060.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18815300</id>
	<title>RE: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T09:39:37Z</published>
	<updated>2008-08-04T09:39:37Z</updated>
	<author>
		<name>John Barone</name>
	</author>
	<content type="html">&lt;br&gt;The Xythos server currently doesn't implement the limit feature. &amp;nbsp;The
&lt;br&gt;server does truncate results based on a server setting. &amp;nbsp;Making sure the
&lt;br&gt;truncated results are globally ordered is difficult, for the reasons you
&lt;br&gt;outlined and particularly when the search spans multiple data stores.
&lt;br&gt;Implementing the limit feature would pose the same ordering challenges.
&lt;br&gt;I think making 5.17.1 a MUST places a heavy burden on the server
&lt;br&gt;implementation.
&lt;br&gt;&lt;br&gt;-John
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Julian Reschke [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18815300&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;julian.reschke@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, August 04, 2008 9:24 AM
&lt;br&gt;To: John Barone
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18815300&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18815300&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-webdav-dasl@...&lt;/a&gt;
&lt;br&gt;Subject: Re: getting WebDAV SEARCH ready for the IESG
&lt;br&gt;&lt;br&gt;John Barone wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; However, it seems to me that the text in 2.3.1 was phrased this way 
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt; purpose
&lt;br&gt;&amp;gt;&amp;gt; -- there may be cases where it's not possible to first sort, then 
&lt;br&gt;&amp;gt;&amp;gt; truncate. For instance, when searching can be delegated to an
&lt;br&gt;&amp;gt; underlying
&lt;br&gt;&amp;gt;&amp;gt; SQL store, but ordering can not, how would you implement that? 
&lt;br&gt;&amp;gt;&amp;gt; Thus, I'm hesitant doing any change over here.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Completely understood. &amp;nbsp;I'm just saying a client may not want results 
&lt;br&gt;&amp;gt; that aren't ordered over the entire result set. &amp;nbsp;It might be preferred
&lt;/div&gt;&lt;br&gt;&amp;gt; to get no results (and have to further refine the search) than to get 
&lt;br&gt;&amp;gt; truncated results that aren't &amp;quot;globaly&amp;quot; ordered.
&lt;br&gt;&lt;br&gt;I do agree that this may be more useful. I'm just skeptic about making
&lt;br&gt;this change many years after people have written implementations.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; If you feel strongly about that, we *could* add a statement into the
&lt;br&gt;&amp;gt; &amp;quot;future extensions&amp;quot; appendix.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't feel that strongly about this, just a nice-to-have for some 
&lt;br&gt;&amp;gt; clients.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; And yes, the inconsistency with 5.17.1 is a bit awkward, but I'm
&lt;br&gt;&amp;gt; really not
&lt;br&gt;&amp;gt;&amp;gt; sure we can change this at this point of time.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This I think is a bigger deal. &amp;nbsp;If you acknowledge that some servers 
&lt;br&gt;&amp;gt; cannot (at least easily) order a global result set and then limit the 
&lt;br&gt;&amp;gt; results returned, then how can this be a MUST? &amp;nbsp;Seems like the same 
&lt;br&gt;&amp;gt; issue to me.
&lt;/div&gt;&lt;br&gt;I just checked the document's history, and that particular requirement
&lt;br&gt;was added in 2003, see the thread around
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-webdav-dasl/2002OctDec/0033.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-webdav-dasl/2002OctDec/0033.htm&lt;/a&gt;&lt;br&gt;l&amp;gt;. 
&lt;br&gt;Back then we probably did not realize that we're introducing an
&lt;br&gt;inconsistency between truncation (server enforced) and limiting (on
&lt;br&gt;behalf of the client).
&lt;br&gt;&lt;br&gt;If this is a minor problem, we should just state it somewhere. If it's a
&lt;br&gt;major problem, we could try to fix it. The server I worked on didn't
&lt;br&gt;truncate, so I don't have a strong preference. That being said, it would
&lt;br&gt;be interesting to know how the other servers (Xythos, Catacomb,
&lt;br&gt;Slide...?) behave...
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This email and any attachments may contain confidential and proprietary
&lt;br&gt;information of Xythos that is for the sole use of the intended
&lt;br&gt;recipient. &amp;nbsp;If you are not the intended recipient, disclosure, copying,
&lt;br&gt;re-distribution or other use of any of this information is strictly
&lt;br&gt;prohibited. &amp;nbsp;Please immediately notify the sender and delete this
&lt;br&gt;transmission if you received this email in error.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18815300.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18814633</id>
	<title>Re: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T09:23:40Z</published>
	<updated>2008-08-04T09:23:40Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;John Barone wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; However, it seems to me that the text in 2.3.1 was phrased this way on
&lt;br&gt;&amp;gt; purpose
&lt;br&gt;&amp;gt;&amp;gt; -- there may be cases where it's not possible to first sort, 
&lt;br&gt;&amp;gt;&amp;gt; then truncate. For instance, when searching can be delegated to an
&lt;br&gt;&amp;gt; underlying 
&lt;br&gt;&amp;gt;&amp;gt; SQL store, but ordering can not, how would you implement that? 
&lt;br&gt;&amp;gt;&amp;gt; Thus, I'm hesitant doing any change over here.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Completely understood. &amp;nbsp;I'm just saying a client may not want results
&lt;br&gt;&amp;gt; that aren't ordered over the entire result set. &amp;nbsp;It might be preferred
&lt;br&gt;&amp;gt; to get no results (and have to further refine the search) than to get
&lt;br&gt;&amp;gt; truncated results that aren't &amp;quot;globaly&amp;quot; ordered.
&lt;/div&gt;&lt;br&gt;I do agree that this may be more useful. I'm just skeptic about making 
&lt;br&gt;this change many years after people have written implementations.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; If you feel strongly about that, we *could* add a statement into the
&lt;br&gt;&amp;gt; &amp;quot;future extensions&amp;quot; appendix.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't feel that strongly about this, just a nice-to-have for some
&lt;br&gt;&amp;gt; clients.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; And yes, the inconsistency with 5.17.1 is a bit awkward, but I'm
&lt;br&gt;&amp;gt; really not
&lt;br&gt;&amp;gt;&amp;gt; sure we can change this at this point of time.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This I think is a bigger deal. &amp;nbsp;If you acknowledge that some servers
&lt;br&gt;&amp;gt; cannot (at least easily) order a global result set and then limit the
&lt;br&gt;&amp;gt; results returned, then how can this be a MUST? &amp;nbsp;Seems like the same
&lt;br&gt;&amp;gt; issue to me.
&lt;/div&gt;&lt;br&gt;I just checked the document's history, and that particular requirement 
&lt;br&gt;was added in 2003, see the thread around 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/www-webdav-dasl/2002OctDec/0033.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-webdav-dasl/2002OctDec/0033.html&lt;/a&gt;&amp;gt;. 
&lt;br&gt;Back then we probably did not realize that we're introducing an 
&lt;br&gt;inconsistency between truncation (server enforced) and limiting (on 
&lt;br&gt;behalf of the client).
&lt;br&gt;&lt;br&gt;If this is a minor problem, we should just state it somewhere. If it's a 
&lt;br&gt;major problem, we could try to fix it. The server I worked on didn't 
&lt;br&gt;truncate, so I don't have a strong preference. That being said, it would 
&lt;br&gt;be interesting to know how the other servers (Xythos, Catacomb, 
&lt;br&gt;Slide...?) behave...
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18814633.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18814130</id>
	<title>RE: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T08:57:35Z</published>
	<updated>2008-08-04T08:57:35Z</updated>
	<author>
		<name>John Barone</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; However, it seems to me that the text in 2.3.1 was phrased this way on
&lt;br&gt;purpose
&lt;br&gt;&amp;gt; -- there may be cases where it's not possible to first sort, 
&lt;br&gt;&amp;gt; then truncate. For instance, when searching can be delegated to an
&lt;br&gt;underlying 
&lt;br&gt;&amp;gt; SQL store, but ordering can not, how would you implement that? 
&lt;br&gt;&amp;gt; Thus, I'm hesitant doing any change over here.
&lt;br&gt;&lt;br&gt;Completely understood. &amp;nbsp;I'm just saying a client may not want results
&lt;br&gt;that aren't ordered over the entire result set. &amp;nbsp;It might be preferred
&lt;br&gt;to get no results (and have to further refine the search) than to get
&lt;br&gt;truncated results that aren't &amp;quot;globaly&amp;quot; ordered.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; If you feel strongly about that, we *could* add a statement into the
&lt;br&gt;&amp;quot;future extensions&amp;quot; appendix.
&lt;br&gt;&lt;br&gt;I don't feel that strongly about this, just a nice-to-have for some
&lt;br&gt;clients.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; And yes, the inconsistency with 5.17.1 is a bit awkward, but I'm
&lt;br&gt;really not
&lt;br&gt;&amp;gt; sure we can change this at this point of time.
&lt;br&gt;&lt;br&gt;This I think is a bigger deal. &amp;nbsp;If you acknowledge that some servers
&lt;br&gt;cannot (at least easily) order a global result set and then limit the
&lt;br&gt;results returned, then how can this be a MUST? &amp;nbsp;Seems like the same
&lt;br&gt;issue to me.
&lt;br&gt;&lt;br&gt;-John
&lt;br&gt;&lt;br&gt;&lt;br&gt;John Barone wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Some comments:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In section 2.3.1 Result Set Truncation
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - Would be nice to indicate what the search limit is (after what 
&lt;br&gt;&amp;gt; number of results was the query truncated)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - Partial results: I read this to mean whatever partial results you 
&lt;br&gt;&amp;gt; send back, they must be ordered (within themselves) as the client 
&lt;br&gt;&amp;gt; requested. &amp;nbsp;In many cases the client wants the full list ordered, and 
&lt;br&gt;&amp;gt; then send back the partial results.
&lt;br&gt;&amp;gt; Any way to indicate this in the request; i.e. if you have to send back
&lt;/div&gt;&lt;br&gt;&amp;gt; partial results (a 507 condition) I want them fully ordered, not just 
&lt;br&gt;&amp;gt; within themselves? &amp;nbsp;Perhaps the server can send back a 507 response 
&lt;br&gt;&amp;gt; for the arbiter URI and no results, if it can't comply with ordering 
&lt;br&gt;&amp;gt; the full result set, and sending back partial results.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In section 5.17.1 Relationship to Result Ordering
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - I read this to mean that the full results should first be ordered by
&lt;br&gt;&lt;br&gt;&amp;gt; the server, and then send back the requested limit. &amp;nbsp;This seems to 
&lt;br&gt;&amp;gt; contradict what's specified in section 2.3.1, where the results are 
&lt;br&gt;&amp;gt; limited and then ordered (if I'm reading it correctly). &amp;nbsp;I think these
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2 sections should be consistent with each other.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -John
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18814130&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18814130&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; On Behalf Of Julian Reschke
&lt;br&gt;&amp;gt; Sent: Wednesday, July 02, 2008 9:12 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18814130&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: WebDAV
&lt;br&gt;&amp;gt; Subject: getting WebDAV SEARCH ready for the IESG
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; we recently made some progress on getting WebDAV SEARCH ready for 
&lt;br&gt;&amp;gt; publication.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We received some feedback from Chris Newman, and the latest edits on 
&lt;br&gt;&amp;gt; the draft 
&lt;br&gt;&amp;gt; (&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest&lt;/a&gt;.
&lt;br&gt;&amp;gt; ht
&lt;br&gt;&amp;gt; ml&amp;gt;,
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest-f&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest-f&lt;/a&gt;&lt;br&gt;&amp;gt; ro
&lt;br&gt;&amp;gt; m-previous.diff.html&amp;gt;)
&lt;br&gt;&amp;gt; take those into account.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Unless there's new feedback, I'm planning to submit this as draft 16, 
&lt;br&gt;&amp;gt; which, if all goes well, will then by last called.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Feedback appreciated,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Julian
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This email and any attachments may contain confidential and 
&lt;br&gt;&amp;gt; proprietary information of Blackboard that is for the sole use of the 
&lt;br&gt;&amp;gt; intended recipient. &amp;nbsp;If you are not the intended recipient, 
&lt;br&gt;&amp;gt; disclosure, copying, re-distribution or other use of any of this 
&lt;br&gt;&amp;gt; information is strictly prohibited. &amp;nbsp;Please immediately notify the 
&lt;br&gt;&amp;gt; sender and delete this transmission if you received this email in
&lt;/div&gt;error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This email and any attachments may contain confidential and proprietary
&lt;br&gt;information of Blackboard that is for the sole use of the intended
&lt;br&gt;recipient. &amp;nbsp;If you are not the intended recipient, disclosure, copying,
&lt;br&gt;re-distribution or other use of any of this information is strictly
&lt;br&gt;prohibited. &amp;nbsp;Please immediately notify the sender and delete this
&lt;br&gt;transmission if you received this email in error.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18814130.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18814131</id>
	<title>Re: getting WebDAV SEARCH ready for the IESG</title>
	<published>2008-08-04T08:47:12Z</published>
	<updated>2008-08-04T08:47:12Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Hi John,
&lt;br&gt;&lt;br&gt;thanks for the comments.
&lt;br&gt;&lt;br&gt;The server I worked on a long time ago never truncated results, so I 
&lt;br&gt;don't have any preference.
&lt;br&gt;&lt;br&gt;However, it seems to me that the text in 2.3.1 was phrased this way on 
&lt;br&gt;purpose -- there may be cases where it's not possible to first sort, 
&lt;br&gt;then truncate. For instance, when searching can be delegated to an 
&lt;br&gt;underlying SQL store, but ordering can not, how would you implement 
&lt;br&gt;that? Thus, I'm hesitant doing any change over here.
&lt;br&gt;&lt;br&gt;If you feel strongly about that, we *could* add a statement into the 
&lt;br&gt;&amp;quot;future extensions&amp;quot; appendix.
&lt;br&gt;&lt;br&gt;And yes, the inconsistency with 5.17.1 is a bit awkward, but I'm really 
&lt;br&gt;not sure we can change this at this point of time.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;John Barone wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Some comments:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In section 2.3.1 Result Set Truncation 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - Would be nice to indicate what the search limit is (after what number
&lt;br&gt;&amp;gt; of results was the query truncated)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - Partial results: I read this to mean whatever partial results you send
&lt;br&gt;&amp;gt; back, they must be ordered (within themselves)
&lt;br&gt;&amp;gt; as the client requested. &amp;nbsp;In many cases the client wants the full list
&lt;br&gt;&amp;gt; ordered, and then send back the partial results.
&lt;br&gt;&amp;gt; Any way to indicate this in the request; i.e. if you have to send back
&lt;br&gt;&amp;gt; partial results (a 507 condition) I want them fully ordered, not just
&lt;br&gt;&amp;gt; within themselves? &amp;nbsp;Perhaps the server can send back a 507 response for
&lt;br&gt;&amp;gt; the arbiter URI and no results, if it can't comply with ordering the
&lt;br&gt;&amp;gt; full result set, and sending back partial results.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In section 5.17.1 Relationship to Result Ordering
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - I read this to mean that the full results should first be ordered by
&lt;br&gt;&amp;gt; the server, and then send back the requested limit. &amp;nbsp;This seems to
&lt;br&gt;&amp;gt; contradict what's specified in section 2.3.1, where the results are
&lt;br&gt;&amp;gt; limited and then ordered (if I'm reading it correctly). &amp;nbsp;I think these 2
&lt;br&gt;&amp;gt; sections should be consistent with each other.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -John
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18814131&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18814131&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth-request@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; On Behalf Of Julian Reschke
&lt;br&gt;&amp;gt; Sent: Wednesday, July 02, 2008 9:12 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18814131&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w3c-dist-auth@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc: WebDAV
&lt;br&gt;&amp;gt; Subject: getting WebDAV SEARCH ready for the IESG
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; we recently made some progress on getting WebDAV SEARCH ready for
&lt;br&gt;&amp;gt; publication.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We received some feedback from Chris Newman, and the latest edits on the
&lt;br&gt;&amp;gt; draft
&lt;br&gt;&amp;gt; (&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.ht&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.ht&lt;/a&gt;&lt;br&gt;&amp;gt; ml&amp;gt;,
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest-fro&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest-fro&lt;/a&gt;&lt;br&gt;&amp;gt; m-previous.diff.html&amp;gt;)
&lt;br&gt;&amp;gt; take those into account.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Unless there's new feedback, I'm planning to submit this as draft 16,
&lt;br&gt;&amp;gt; which, if all goes well, will then by last called.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Feedback appreciated,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Julian
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This email and any attachments may contain confidential and proprietary
&lt;br&gt;&amp;gt; information of Blackboard that is for the sole use of the intended
&lt;br&gt;&amp;gt; recipient. &amp;nbsp;If you are not the intended recipient, disclosure, copying,
&lt;br&gt;&amp;gt; re-distribution or other use of any of this information is strictly
&lt;br&gt;&amp;gt; prohibited. &amp;nbsp;Please immediately notify the sender and delete this
&lt;br&gt;&amp;gt; transmission if you received this email in error.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-getting-WebDAV-SEARCH-ready-for-the-IESG-tp18814131p18814131.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18800087</id>
	<title>Re: safeness of SEARCH method, Re: Last Call: draft-reschke-webdav-search   (Web Distributed 	Authoring  and Versioning (WebDAV) SEARCH) to Proposed   Standard</title>
	<published>2008-08-03T09:28:53Z</published>
	<updated>2008-08-03T09:28:53Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Julian Reschke wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; here's a LC comment by myself: the specification should state that 
&lt;br&gt;&amp;gt; SEARCH is a safe method (see 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/rfc2616.html#rfc.section.9.1.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/rfc2616.html#rfc.section.9.1.1&lt;/a&gt;&amp;gt;).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; BR, Julian
&lt;br&gt;&lt;br&gt;Fixed in -latest, adding:
&lt;br&gt;&lt;br&gt;&amp;quot;SEARCH is a safe method; it does not have any significance other than 
&lt;br&gt;executing a query and returning a query result (see [RFC2616], Section 
&lt;br&gt;9.1.1).&amp;quot;
&lt;br&gt;&lt;br&gt;(&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.2.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-latest.html#rfc.section.2.1&lt;/a&gt;&amp;gt;).
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Last-Call%3A-draft-reschke-webdav-search-%28Web-Distributed-%09Authoring--and-Versioning-%28WebDAV%29-SEARCH%29-to-Proposed-Standard-tp18451047p18800087.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18787102</id>
	<title>safeness of SEARCH method, Re: Last Call: draft-reschke-webdav-search  (Web Distributed 	Authoring  and Versioning (WebDAV) SEARCH) to Proposed  Standard</title>
	<published>2008-08-02T01:05:50Z</published>
	<updated>2008-08-02T01:05:50Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;here's a LC comment by myself: the specification should state that 
&lt;br&gt;SEARCH is a safe method (see 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://greenbytes.de/tech/webdav/rfc2616.html#rfc.section.9.1.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://greenbytes.de/tech/webdav/rfc2616.html#rfc.section.9.1.1&lt;/a&gt;&amp;gt;).
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Last-Call%3A-draft-reschke-webdav-search-%28Web-Distributed-%09Authoring--and-Versioning-%28WebDAV%29-SEARCH%29-to-Proposed-Standard-tp18451047p18787102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18496191</id>
	<title>Re: Last Call: draft-reschke-webdav-search (Web Distributed Authoring  and Versioning (WebDAV) SEARCH) to Proposed Standard</title>
	<published>2008-07-16T13:39:17Z</published>
	<updated>2008-07-16T13:39:17Z</updated>
	<author>
		<name>Chris Newman-2</name>
	</author>
	<content type="html">&lt;br&gt;It would be helpful if people who have reviewed this and support 
&lt;br&gt;advancement were to respond to the last call on the IETF list (or to 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18496191&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;iesg@...&lt;/a&gt;) saying so.
&lt;br&gt;&lt;br&gt;The current IESG is a bit skeptical about any individual submission, so 
&lt;br&gt;it's helpful to have positive feedback during the last call to counter that.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Chris
&lt;br&gt;&lt;br&gt;--On July 14, 2008 21:14:38 +0200 Julian Reschke &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18496191&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;julian.reschke@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (FYI)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The IESG wrote:
&lt;br&gt;&amp;gt;&amp;gt; The IESG has received a request from an individual submitter to consider
&lt;br&gt;&amp;gt;&amp;gt; the following document:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - 'Web Distributed Authoring and Versioning (WebDAV) SEARCH '
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;draft-reschke-webdav-search-17.txt&amp;gt; as a Proposed Standard
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The IESG plans to make a decision in the next few weeks, and solicits
&lt;br&gt;&amp;gt;&amp;gt; final comments on this action. &amp;nbsp;Please send substantive comments to the
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18496191&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ietf@...&lt;/a&gt; mailing lists by 2008-08-11. Exceptionally,
&lt;br&gt;&amp;gt;&amp;gt; comments may be sent to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18496191&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;iesg@...&lt;/a&gt; instead. In either case, please
&lt;br&gt;&amp;gt;&amp;gt; retain the beginning of the Subject line to allow automated sorting.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The file can be obtained via
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-17.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-17.txt&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IESG discussion can be tracked via
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&amp;dTag=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&amp;dTag=&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 8611&amp;rfc_flag=0
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; IETF-Announce mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18496191&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IETF-Announce@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://www.ietf.org/mailman/listinfo/ietf-announce&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.ietf.org/mailman/listinfo/ietf-announce&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Last-Call%3A-draft-reschke-webdav-search-%28Web-Distributed-%09Authoring--and-Versioning-%28WebDAV%29-SEARCH%29-to-Proposed-Standard-tp18451047p18496191.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18451047</id>
	<title>Re: Last Call: draft-reschke-webdav-search (Web Distributed 	Authoring  and Versioning (WebDAV) SEARCH) to Proposed Standard</title>
	<published>2008-07-14T12:14:38Z</published>
	<updated>2008-07-14T12:14:38Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;(FYI)
&lt;br&gt;&lt;br&gt;The IESG wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The IESG has received a request from an individual submitter to consider 
&lt;br&gt;&amp;gt; the following document:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - 'Web Distributed Authoring and Versioning (WebDAV) SEARCH '
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;draft-reschke-webdav-search-17.txt&amp;gt; as a Proposed Standard
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The IESG plans to make a decision in the next few weeks, and solicits
&lt;br&gt;&amp;gt; final comments on this action. &amp;nbsp;Please send substantive comments to the
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18451047&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ietf@...&lt;/a&gt; mailing lists by 2008-08-11. Exceptionally, 
&lt;br&gt;&amp;gt; comments may be sent to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18451047&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;iesg@...&lt;/a&gt; instead. In either case, please 
&lt;br&gt;&amp;gt; retain the beginning of the Subject line to allow automated sorting.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The file can be obtained via
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-17.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/internet-drafts/draft-reschke-webdav-search-17.txt&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IESG discussion can be tracked via
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&amp;dTag=8611&amp;rfc_flag=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&amp;dTag=8611&amp;rfc_flag=0&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; IETF-Announce mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18451047&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;IETF-Announce@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://www.ietf.org/mailman/listinfo/ietf-announce&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.ietf.org/mailman/listinfo/ietf-announce&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Last-Call%3A-draft-reschke-webdav-search-%28Web-Distributed-%09Authoring--and-Versioning-%28WebDAV%29-SEARCH%29-to-Proposed-Standard-tp18451047p18451047.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18423255</id>
	<title>Re: Security considerations, was Re: Area Director feedback on draft-reschke-webdav-search-15    re supported  query complexity</title>
	<published>2008-07-12T13:14:34Z</published>
	<updated>2008-07-12T13:14:34Z</updated>
	<author>
		<name>Julian Reschke</name>
	</author>
	<content type="html">&lt;br&gt;Javier Godoy wrote:
&lt;br&gt;&amp;gt; Julian, your recent posting of draft version 17 reminded me about this 
&lt;br&gt;&amp;gt; thread.
&lt;br&gt;&amp;gt; Sorry for my late reply, this week have been too complicated for me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In order to not delay the Last Call, I think it can be closed with no 
&lt;br&gt;&amp;gt; action
&lt;br&gt;&amp;gt; (other than changes already applied in version 16).
&lt;br&gt;&lt;br&gt;Ok. If you think that something needs to be done, you can still make a 
&lt;br&gt;proposal now (and also raise the point during LC, that's what it's for, 
&lt;br&gt;after all).
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt; Honestly, I don't think so.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The text you're referring to was put in because the original feature
&lt;br&gt;&amp;gt;&amp;gt; discovery in DASL was broken (in that the DASL header uses URIs, while 
&lt;br&gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt; request body uses expanded names), so this was put as an afterthought for
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;modern&amp;quot; servers.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not following you. Do you mean it is broken because &amp;quot;[although] the 
&lt;br&gt;&amp;gt; URIs
&lt;br&gt;&amp;gt; can be used to identify each supported search grammar, there is not
&lt;br&gt;&amp;gt; necessarily a direct relationship between the URI and the XML element name
&lt;br&gt;&amp;gt; that can be used in XML based SEARCH requests&amp;quot;?
&lt;/div&gt;&lt;br&gt;Yes. In theory there could be an expanded name without an equivalent 
&lt;br&gt;URI, and also there's no 1-to-1 relationship between URIs and expanded 
&lt;br&gt;names.
&lt;br&gt;&lt;br&gt;&amp;gt; Identifying a grammar by URI, when it could be identified by namespace and
&lt;br&gt;&amp;gt; element name is an unnecessary complication, but something we could live
&lt;br&gt;&amp;gt; with: if a client doesn't know the URI, likely it will not know about the
&lt;br&gt;&amp;gt; identified grammar, then providing the element name does not help (it 
&lt;br&gt;&amp;gt; cannot
&lt;br&gt;&amp;gt; write a query using that grammar);
&lt;br&gt;&amp;gt; conversely, if it knows the grammar it will know the URI.
&lt;br&gt;&lt;br&gt;Right. It's mainly a notation problem, caused by the fact that the 
&lt;br&gt;original authors didn't realize that there's no direct mapping between 
&lt;br&gt;URI and expanded name. The right fix would have been to drop the DASL 
&lt;br&gt;header, or to use expanded names or URIs instead. But even back then, we 
&lt;br&gt;didn't want to break existing servers.
&lt;br&gt;&lt;br&gt;&amp;gt; Other thing I don't understand is why DAV:supported-query-grammar-set is
&lt;br&gt;&amp;gt; REQUIRED when RFC 3744 is supported. If it comes to fix a flaw with the 
&lt;br&gt;&amp;gt; DASL
&lt;br&gt;&amp;gt; header, it is useful despite of whether RFC 3744 is supported or not. I
&lt;br&gt;&amp;gt; guess it may be because &amp;quot;old&amp;quot; servers, implementing only the DASL header,
&lt;br&gt;&amp;gt; didn't know about 3744, then the requirement only applies to newer servers
&lt;br&gt;&amp;gt; (?)
&lt;br&gt;&lt;br&gt;The idea was that if a server implements RFC3253 or RFC3744, it's 
&lt;br&gt;&amp;quot;modern&amp;quot; enough to implement the additional live property.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SEARCH (at least, basicsearch) already defines it own
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mechanism for advertising privileges in QSD responses. A property for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; which the clien has no privileges is neither DAV:selectable,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; DAV:searchable nor DAV:sortable... and that should be enough.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Which of course raises the question whether the result of QSD should
&lt;br&gt;&amp;gt;&amp;gt; reflect privileges; this may be very hard to implement.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Not only hard to implement, but probably a bad idea... &amp;nbsp;Even though my 
&lt;br&gt;&amp;gt; first
&lt;br&gt;&amp;gt; though was that they should (not at a requirement level, but as a hint 
&lt;br&gt;&amp;gt; about a
&lt;br&gt;&amp;gt; restriction which is not described anywhere else), analyzing it 
&lt;br&gt;&amp;gt; carefully, now I
&lt;br&gt;&amp;gt; realize that QSD property descriptions and privileges are very 
&lt;br&gt;&amp;gt; different: QSD
&lt;br&gt;&amp;gt; describes the properties of all the resources searchable through the 
&lt;br&gt;&amp;gt; arbiter, or
&lt;br&gt;&amp;gt; the properties of all the resources within the specified scopes, while
&lt;br&gt;&amp;gt; privileges are defined on a per-resource basis.
&lt;/div&gt;&lt;br&gt;Right.
&lt;br&gt;&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; Lack of RFC 3744 privileges is one possible interpretation of the actual
&lt;br&gt;&amp;gt; wording: &amp;quot;the client does not have read access&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If one want to be explicit, one could say &amp;quot;Read access may be determined by
&lt;br&gt;&amp;gt; Access Control Protocol [RFC 3744], or other server-specific 
&lt;br&gt;&amp;gt; mechanisms.&amp;quot; But
&lt;br&gt;&amp;gt; i'm afraid it is very very obvious.
&lt;br&gt;&lt;br&gt;+1.
&lt;br&gt;&lt;br&gt;BR, Julian
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Area-Director-feedback-on-draft-reschke-webdav-search-15-tp18111668p18423255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18422829</id>
	<title>Re: Security considerations, was Re: Area Director feedback on draft-reschke-webdav-search-15   re supported  query complexity</title>
	<published>2008-07-12T12:21:23Z</published>
	<updated>2008-07-12T12:21:23Z</updated>
	<author>
		<name>Javier Godoy-2</name>
	</author>
	<content type="html">&lt;br&gt;Julian, your recent posting of draft version 17 reminded me about this thread.
&lt;br&gt;Sorry for my late reply, this week have been too complicated for me.
&lt;br&gt;&lt;br&gt;In order to not delay the Last Call, I think it can be closed with no action
&lt;br&gt;(other than changes already applied in version 16).
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, 02 Jul 2008 21:24:16 +0200, &amp;nbsp;Julian Reschke wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Javier Godoy wrote:
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;o &amp;nbsp;Query constraints on content (as with DAV:contains, defined in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Section 5.16) for which the client does not have read access need
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; to be evaluated as if a GET would return a 4xx status code.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And is the result of this evaluation FALSE? or is it UNKNOWN?
&lt;br&gt;&amp;gt;&amp;gt; I would expect the latter because expressions on properties evaluate as
&lt;br&gt;&amp;gt;&amp;gt; UNKNOWN when the property is not defined, but Section 5.16 states that [[
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;The DAV:contains operator (...) evaluates to TRUE if the content of the
&lt;br&gt;&amp;gt;&amp;gt; resource satisfies the search. Otherwise, it evaluates to FALSE.
&lt;br&gt;&amp;gt;&amp;gt; ]]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Would that be a problem?
&lt;/div&gt;&lt;br&gt;I think it is a detail, not a problem.
&lt;br&gt;&lt;br&gt;IMHO it would be more correct to define UNKNOWN as the result of
&lt;br&gt;non-evaluable operands about the content, instead of FALSE, but I also think it
&lt;br&gt;has no practical implication.
&lt;br&gt;&lt;br&gt;When &amp;quot;not contains&amp;quot; is applied to a resource for which the client has no read
&lt;br&gt;access,
&lt;br&gt;it would evaluate as TRUE (instead of UNKNOWN) .
&lt;br&gt;&lt;br&gt;Then a query criteria specifying &amp;quot;other_condition AND not contains&amp;quot; would be
&lt;br&gt;evaluated as:
&lt;br&gt;&amp;nbsp;other_condition AND not FALSE = other_condition
&lt;br&gt;instead of
&lt;br&gt;&amp;nbsp;other_condition AND not UNKNOWN
&lt;br&gt;which may be FALSE (if the other condition is false) or UNKNWON (if
&lt;br&gt;other_condition is UNKNOWN or TRUE)
&lt;br&gt;&lt;br&gt;But criteria like &amp;quot;other_condition AND not contains&amp;quot; seems not to be very
&lt;br&gt;useful (e.g., Content-Length &amp;lt;=1024 AND not contains &amp;quot;foobar&amp;quot;).
&lt;br&gt;&lt;br&gt;(Just out of curiosity I asked Google for &amp;quot;not contains foobar&amp;quot; and it found 2
&lt;br&gt;results: &lt;a href=&quot;http://tinyurl.com/6ajobc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/6ajobc&lt;/a&gt;&amp;nbsp;;-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I personally do not have a preference, and the DASL implementation I did a
&lt;br&gt;&amp;gt; few years back did not support DAV:contains anyway.
&lt;br&gt;&lt;br&gt;As explained above, I do not see a reason for evaluating as FALSE, and I think
&lt;br&gt;an implementation
&lt;br&gt;doing so would be faulty, but that fault would be (almost) imperceptible.
&lt;br&gt;&lt;br&gt;The truth value UNKNOWN is explained in detail in Appendix A, and that
&lt;br&gt;explanation is consistent with the case under discussion.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm not too enthusiastic to add more RFC3744 related language; after
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; all, some of the SEARCH implementations do not support RFC3744 anyway,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IMHO, if the DAV:supported-query-grammar-set property is REQUIRED when
&lt;br&gt;&amp;gt;&amp;gt; both RFC 3744 and SEARCH are supported, then the interaction between both
&lt;br&gt;&amp;gt;&amp;gt; extensions should have been regarded as important at some point in the
&lt;br&gt;&amp;gt;&amp;gt; developement of DASL / SEARCH.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Honestly, I don't think so.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The text you're referring to was put in because the original feature
&lt;br&gt;&amp;gt; discovery in DASL was broken (in that the DASL header uses URIs, while the
&lt;br&gt;&amp;gt; request body uses expanded names), so this was put as an afterthought for
&lt;br&gt;&amp;gt; &amp;quot;modern&amp;quot; servers.
&lt;/div&gt;&lt;br&gt;I'm not following you. Do you mean it is broken because &amp;quot;[although] the URIs
&lt;br&gt;can be used to identify each supported search grammar, there is not
&lt;br&gt;necessarily a direct relationship between the URI and the XML element name
&lt;br&gt;that can be used in XML based SEARCH requests&amp;quot;?
&lt;br&gt;&lt;br&gt;Identifying a grammar by URI, when it could be identified by namespace and
&lt;br&gt;element name is an unnecessary complication, but something we could live
&lt;br&gt;with: if a client doesn't know the URI, likely it will not know about the
&lt;br&gt;identified grammar, then providing the element name does not help (it cannot
&lt;br&gt;write a query using that grammar);
&lt;br&gt;conversely, if it knows the grammar it will know the URI.
&lt;br&gt;&lt;br&gt;Other thing I don't understand is why DAV:supported-query-grammar-set is
&lt;br&gt;REQUIRED when RFC 3744 is supported. If it comes to fix a flaw with the DASL
&lt;br&gt;header, it is useful despite of whether RFC 3744 is supported or not. I
&lt;br&gt;guess it may be because &amp;quot;old&amp;quot; servers, implementing only the DASL header,
&lt;br&gt;didn't know about 3744, then the requirement only applies to newer servers
&lt;br&gt;(?)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; SEARCH (at least, basicsearch) already defines it own
&lt;br&gt;&amp;gt;&amp;gt; mechanism for advertising privileges in QSD responses. A property for
&lt;br&gt;&amp;gt;&amp;gt; which the clien has no privileges is neither DAV:selectable,
&lt;br&gt;&amp;gt;&amp;gt; DAV:searchable nor DAV:sortable... and that should be enough.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which of course raises the question whether the result of QSD should
&lt;br&gt;&amp;gt; reflect privileges; this may be very hard to implement.
&lt;br&gt;&lt;br&gt;Not only hard to implement, but probably a bad idea... &amp;nbsp;Even though my first
&lt;br&gt;though was that they should (not at a requirement level, but as a hint about a
&lt;br&gt;restriction which is not described anywhere else), analyzing it carefully, now I
&lt;br&gt;realize that QSD property descriptions and privileges are very different: QSD
&lt;br&gt;describes the properties of all the resources searchable through the arbiter, or
&lt;br&gt;the properties of all the resources within the specified scopes, while
&lt;br&gt;privileges are defined on a per-resource basis.
&lt;br&gt;&lt;br&gt;The client may have read access for some property in a sub-scope of the scope
&lt;br&gt;being described by QSD, then the server should look up ACLs for every resource
&lt;br&gt;within scope before considering some property as &amp;quot;not searchable&amp;quot; (it will be
&lt;br&gt;easy if the client is never allowed to read that property, otherwise I think it
&lt;br&gt;may be too much computation for nothing).
&lt;br&gt;&lt;br&gt;Other caveat: &amp;quot;If a property does not have such a description, or is not
&lt;br&gt;described at all, then the server MAY still &amp;nbsp;allow the property to be used in
&lt;br&gt;the corresponding section.&amp;quot; (section 5.9.12). The interpretation of omitted
&lt;br&gt;descriptions is up to the client (which I think will suppose the query is
&lt;br&gt;allowed, or will not care about the QSD at all) .
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; However, a brief statement about RFC 3744 in Section 7 should not harm
&lt;br&gt;&amp;gt;&amp;gt; anyone (just a suggestion, it is up to you, +1 anyway)
&lt;br&gt;&amp;gt; Any proposals?
&lt;br&gt;&lt;br&gt;Lack of RFC 3744 privileges is one possible interpretation of the actual
&lt;br&gt;wording: &amp;quot;the client does not have read access&amp;quot;.
&lt;br&gt;&lt;br&gt;If one want to be explicit, one could say &amp;quot;Read access may be determined by
&lt;br&gt;Access Control Protocol [RFC 3744], or other server-specific mechanisms.&amp;quot; But
&lt;br&gt;i'm afraid it is very very obvious.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best Regards
&lt;br&gt;&lt;br&gt;Javier
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Area-Director-feedback-on-draft-reschke-webdav-search-15-tp18111668p18422829.html" />
</entry>

</feed>
