diff options
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -80,7 +80,11 @@ Future class which names defaults for method-based view_config decorator options. - 1.3: - Eliminate non-deployment-non-scaffold-related Paste dependency: - ``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement). + ``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement, possibly + using chrisrossi's happy stuff as a base). paste.urlparser/paste.fileapp + features missing from happy.static: ``wsgi.file_wrapper`` support + (FileApp.get), 'HEAD' method support (FileApp.get), ETAG and if-none-match + support (DataApp.get), handling file permission exceptions (FileApp.get), - 1.3: use zope.registry rather than zope.component. |
