[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/AccessControl/dtml/owner.dtml
Fix #2303: make take ownership form use POST
Martijn Pieters
mj at zopatista.com
Fri Mar 30 09:11:24 EDT 2007
Log message for revision 73949:
Fix #2303: make take ownership form use POST
Changed:
U Zope/branches/Zope-2_8-branch/lib/python/AccessControl/dtml/owner.dtml
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/AccessControl/dtml/owner.dtml
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/AccessControl/dtml/owner.dtml 2007-03-30 13:11:14 UTC (rev 73948)
+++ Zope/branches/Zope-2_8-branch/lib/python/AccessControl/dtml/owner.dtml 2007-03-30 13:11:23 UTC (rev 73949)
@@ -25,7 +25,7 @@
ownership of sub-objects as well.
</p>
-<form action="manage_takeOwnership">
+<form action="manage_takeOwnership" method="POST">
<p>
<div class="form-element">
<input class="form-element" name="submit" type="submit"
More information about the Zope-Checkins
mailing list