[Checkins] SVN: zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt Fixed #112109: Returning 200 Ok instead of 200 OK

Dmitry Vasiliev dima at hlabs.spb.ru
Thu May 3 13:59:06 EDT 2007


Log message for revision 75064:
  Fixed #112109: Returning 200 Ok instead of 200 OK

Changed:
  U   zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt

-=-
Modified: zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt
===================================================================
--- zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt	2007-05-03 17:57:21 UTC (rev 75063)
+++ zope.app.intid/trunk/src/zope/app/intid/browser/tracking.txt	2007-05-03 17:59:05 UTC (rev 75064)
@@ -96,7 +96,7 @@
   ... Authorization: Basic mgr:mgrpw
   ... Referer: http://localhost:8081/++etc++site/default/@@contents.html
   ... """)
-  HTTP/1.1 200 Ok
+  HTTP/1.1 200 OK
   ...4 objects...
   .../f1...
   .../f1/f1...
@@ -123,7 +123,7 @@
   ... Authorization: Basic mgr:mgrpw
   ... Referer: http://localhost:8081/++etc++site/default/@@contents.html
   ... """)
-  HTTP/1.1 200 Ok
+  HTTP/1.1 200 OK
   ...4 objects...
   .../f2...
   .../f2/f1...
@@ -150,5 +150,5 @@
   ... Authorization: Basic mgr:mgrpw
   ... Referer: http://localhost:8081/++etc++site/default/@@contents.html
   ... """)
-  HTTP/1.1 200 Ok
+  HTTP/1.1 200 OK
   ...0 objects...



More information about the Checkins mailing list