File: TODO.html

package info (click to toggle)
libhttp-dav-perl 0.38-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 512 kB
  • ctags: 406
  • sloc: perl: 3,618; xml: 90; makefile: 35; sh: 20
file content (101 lines) | stat: -rwxr-xr-x 3,578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TODO</title>
<link rel="stylesheet" href="perldav.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body>

<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<!--

<ul>

	<ul>

		<li><a href="#dave">dave</a></li>
		<li><a href="#http__dav">HTTP::DAV</a></li>
		<li><a href="#wishlist_functions">Wishlist functions</a></li>
		<li><a href="#wishlist_projects">Wishlist projects</a></li>
	</ul>

</ul>
-->
<!-- INDEX END -->

<div id="content"><H1>TODO</H1></div><div id="content"><p>
</p>
<h2><a name="dave">dave</a></h2>
<pre>
   - globs on lock(),unlock(),steal(),options()?,move(),copy(),propfind(),proppatch() (and set/unset).
   - rework ls to use globs.
   - multistatus responses don't come through nicely.</pre>
<p>
</p>
<h2><a name="http__dav">HTTP::DAV</a></h2>
<pre>
   - LWP doesn't allow callback on upload, only download. This means
     we can't do progress indicators on &quot;PUT&quot;. How to do it? Could patch
     LWP? Specialise LWP::UserAgent? Ugh.
   - doco globs in DAV.pm
   - fix get references
   - _put calls propfind on every call throughout a recursive _put().
     need to adjust this so that it does it only once, in put(). After 
     the first time, we should be able to KNOW whether it is a collection
     or not instead of having to propfind to find out becasue in theory
     WE were the ones who put the file there.</pre>
<pre>
   - finish &quot;source&quot; property in DAV::Resource.pm
   - redo POD Resource.pm</pre>
<pre>
   - setup_if_headers need to get just Rsource's locks not all RL's locks.
   - discovery still isn't resetting locks properly ????
   - DAV.pm as_string needs working resource
   - finish lock (bug against mod_dav somewhere)</pre>
<pre>
   - mod t/* for IIS 5 lock and proppatch deficiencies.
   - how to we handle degradation for incomplete servers in test suite (IIS)?
   - mod_dav has a very strange bug with lock-null resources.
     The following combination of commands makes it weird out:
        $ mkdir dir1
        $ lock dir1
        $ lock dir2 (this is a lock null)
        $ move dir1 dir2
        Now, the spec says that dir2 should now be the copy of dir1 and it should be locked.
        However, mod_dav has an unlocked dir2. Even worse, if you delete dir2, there is 
        a shadowed lock-null resource called dir2 sitting behind the scenes. Bad.</pre>
<p>
</p>
<h2><a name="wishlist_functions">Wishlist functions</a></h2>
<pre>
   - testing against Zope
   - dave:implement netrc?
   - dave:tab completion? history?
   - dave:implement more advanced command-line interaction
   - dave:copy/move should allow the user to set 'depth' and 'overwrite'
   - redo auth as a callback? If so, needs 2 functions, get and success.</pre>
<p>
</p>
<h2><a name="wishlist_projects">Wishlist projects</a></h2>
<pre>
   - Namespaces are not currently supported. I munge around them since
     they are not supported in DOM1 which is what XML::DOM uses.
   - Rework Response.pm now that LWP::Status supports the status codes.</pre>
<pre>
   - support for LWPng which is fully HTTP/1.1 compliant.
   - DAV Bindings
   - DAV Redirects Reference
   - DAV Ordered collections
   - DAV DASL support
   - DAV Delta-V
   - DAV ACL's</pre>
<p>$Id: TODO.html 150 2009-01-29 22:17:42Z Cosimo $</p>
</div>
</body>

</html>