From f2ef797a1514a30e8dbb66e363100ef8c624811b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 6 Sep 2011 13:40:30 -0400 Subject: first cut; still missing features as documented in TODO.txt --- TODO.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 5305dcc57..bdc3e036a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -81,10 +81,16 @@ Future - 1.3: - Eliminate non-deployment-non-scaffold-related Paste dependency: ``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), + using chrisrossi's happy stuff as a base). Still need: + + ``wsgi.file_wrapper`` support (FileApp.get) + + 'HEAD' method support (FileApp.get) + + handling file permission exceptions (FileApp.get). + + Features we won't supportL ETAG and if-none-match + support (DataApp.get); replace with if-modified-since handling. - 1.3: use zope.registry rather than zope.component. -- cgit v1.2.3