[CalendarServer-changes] [664] CalendarServer/trunk/twistedcaldav/extensions.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 4 21:04:16 PST 2006


Revision: 664
          http://trac.macosforge.org/projects/calendarserver/changeset/664
Author:   wsanchez at apple.com
Date:     2006-12-04 21:04:15 -0800 (Mon, 04 Dec 2006)

Log Message:
-----------
It's not necessarily a directory listing any more.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/extensions.py

Modified: CalendarServer/trunk/twistedcaldav/extensions.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/extensions.py	2006-12-05 03:33:55 UTC (rev 663)
+++ CalendarServer/trunk/twistedcaldav/extensions.py	2006-12-05 05:04:15 UTC (rev 664)
@@ -118,7 +118,7 @@
 <table>
 
 <tr><th>Filename</th> <th>Size</th> <th>Last Modified</th> <th>File Type</th></tr>
-""" % { "title": "Directory listing for %s" % urllib.unquote(request.path) }
+""" % { "title": urllib.unquote(request.uri) }
 
         even = False
         for name in self.listChildren():

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061204/44b3a62b/attachment.html


More information about the calendarserver-changes mailing list