[CalendarServer-changes] [6062] CalendarServer/trunk/twext/web2/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 11 15:41:14 PDT 2010


Revision: 6062
          http://trac.macosforge.org/projects/calendarserver/changeset/6062
Author:   wsanchez at apple.com
Date:     2010-08-11 15:41:13 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
Disable TRACE

Modified Paths:
--------------
    CalendarServer/trunk/twext/web2/resource.py

Modified: CalendarServer/trunk/twext/web2/resource.py
===================================================================
--- CalendarServer/trunk/twext/web2/resource.py	2010-08-11 21:34:38 UTC (rev 6061)
+++ CalendarServer/trunk/twext/web2/resource.py	2010-08-11 22:41:13 UTC (rev 6062)
@@ -117,13 +117,13 @@
         response.headers.setHeader("allow", self.allowedMethods())
         return response
 
-    def http_TRACE(self, request):
-        """
-        Respond to a TRACE request.
-        @param request: the request to process.
-        @return: an object adaptable to L{iweb.IResponse}.
-        """
-        return server.doTrace(request)
+#    def http_TRACE(self, request):
+#        """
+#        Respond to a TRACE request.
+#        @param request: the request to process.
+#        @return: an object adaptable to L{iweb.IResponse}.
+#        """
+#        return server.doTrace(request)
 
     def http_HEAD(self, request):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100811/bdec38ad/attachment.html>


More information about the calendarserver-changes mailing list