[Osr-101] rev 14192 - public/osr-101/trunk

michi at wyona.com michi at wyona.com
Wed Jun 14 12:28:02 CEST 2006


Author: michi
Date: 2006-06-14 12:28:01 +0200 (Wed, 14 Jun 2006)
New Revision: 14192

Modified:
   public/osr-101/trunk/osr-101.xhtml
Log:
authentication stuff added

Modified: public/osr-101/trunk/osr-101.xhtml
===================================================================
--- public/osr-101/trunk/osr-101.xhtml	2006-06-14 10:11:57 UTC (rev 14191)
+++ public/osr-101/trunk/osr-101.xhtml	2006-06-14 10:28:01 UTC (rev 14192)
@@ -180,6 +180,10 @@
 
 <edit mime-type="application/xml" version="433453">
   <open url="http://foo.bar.com/lenya/default/authoring/index.html?lenya.usecase=open" method="GET"/>
+<!-- Also see authentication and authorization ... -->
+<!--
+  <open url="https://foo.bar.com/lenya/default/authoring/index.html?lenya.usecase=open" method="GET"/>
+-->
   <save url="http://foo.bar.com/lenya/default/authoring/index.html?lenya.usecase=save" method="PUT"/>
 
   <schemas>
@@ -241,13 +245,18 @@
         <a name="authentication"/>
         <h2>Authentication</h2>
         <p>
-        ...
+        <ul>
+          <li><a href="http://httpd.apache.org/docs/1.3/howto/auth.html">http://httpd.apache.org/docs/1.3/howto/auth.html</a></li>
+          <li><a href="ftp://ftp.isi.edu/in-notes/rfc2616.txt">HTTP Credentials</a></li>
+          <li><a href="http://bitworking.org/projects/atom/draft-ietf-atompub-protocol-08.html">Securing Atom</a></li>
+          <li>What about client certificates?</li>
+        </ul>
         </p>
 
         <a name="authorization"/>
         <h2>Authorization</h2>
         <p>
-        ...
+        What about authorization of the introspection document?
         </p>
 
         <a name="editing-new"/>




More information about the Osr-101 mailing list