[Osr-101] rev 25088 - public/osr-101/trunk/amendments
michi at wyona.com
michi at wyona.com
Wed Jun 13 11:49:16 CEST 2007
Author: michi
Date: 2007-06-13 11:49:15 +0200 (Wed, 13 Jun 2007)
New Revision: 25088
Modified:
public/osr-101/trunk/amendments/introspection-release-lock-without-saving.html.xml
public/osr-101/trunk/amendments/release-lock-without-saving.txt
Log:
release lock fixed
Modified: public/osr-101/trunk/amendments/introspection-release-lock-without-saving.html.xml
===================================================================
--- public/osr-101/trunk/amendments/introspection-release-lock-without-saving.html.xml 2007-06-13 09:43:45 UTC (rev 25087)
+++ public/osr-101/trunk/amendments/introspection-release-lock-without-saving.html.xml 2007-06-13 09:49:15 UTC (rev 25088)
@@ -4,6 +4,6 @@
<edit mime-type="text/plain" name="Release lock ...">
<checkout url="release-lock-without-saving.html?yanel.resource.viewid=txt&yanel.resource.usecase=checkout" method="GET"/>
- <checkin url="workflow.html?yanel.resource.usecase=checkin" method="PUT"/>
+ <checkin url="release-lock-without-saving.html?yanel.resource.usecase=checkin" method="PUT"/>
</edit>
</introspection>
Modified: public/osr-101/trunk/amendments/release-lock-without-saving.txt
===================================================================
--- public/osr-101/trunk/amendments/release-lock-without-saving.txt 2007-06-13 09:43:45 UTC (rev 25087)
+++ public/osr-101/trunk/amendments/release-lock-without-saving.txt 2007-06-13 09:49:15 UTC (rev 25088)
@@ -1,10 +1,14 @@
-!Release lock without saving
+!Amendment: Release lock without saving
+Authors: Andreas Wüst, Michael Wechner\\
+Date: 2007.06.13
+
+Introspection:
{{{
<introspection xmlns="http://www.wyona.org/neutron/2.0">
<resource name="Homepage">
- <edit mime-type="application/xhtml+xml">
- <checkout url="index.html?yanel.resource/viewid=txt&yanel.resource.usecase=checkout" method="GET"/>
+ <edit mime-type="text/plain">
+ <checkout url="index.html?yanel.resource.viewid=txt&yanel.resource.usecase=checkout" method="GET"/>
<checkin url="index.html?yanel.resource.usecase=checkin" method="POST"/>
<release-lock url="index.html?yanel.resource.usecase=release-lock" method="GET"/>
</edit>
@@ -12,21 +16,11 @@
</introspection>
}}}
-
Client Request: GET http://foo.bar/index.tml?yanel.resource.usecase=release-lock
-{{{
-<?xml version="1.0"?>
-<workflow xmlns="http://www.wyona.org/neutron/2.0">
- <transition id="publish" revision="OPTIONAL"/>
-</workflow>
-}}}
-
Server Response: HTTP/1.1 200 OK..
-
Server Response if releasing lock failed: HTTP/1.1 500 Internal Server Error
-
{{{
<?xml version="1.0" encoding="UTF-8"?>
More information about the Osr-101
mailing list