[Zope-Checkins] SVN: Zope/branches/2.10/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:05 EDT 2007


Log message for revision 73947:
  Fix #2303: make take ownership form use POST

Changed:
  U   Zope/branches/2.10/lib/python/AccessControl/dtml/owner.dtml

-=-
Modified: Zope/branches/2.10/lib/python/AccessControl/dtml/owner.dtml
===================================================================
--- Zope/branches/2.10/lib/python/AccessControl/dtml/owner.dtml	2007-03-30 13:10:54 UTC (rev 73946)
+++ Zope/branches/2.10/lib/python/AccessControl/dtml/owner.dtml	2007-03-30 13:11:04 UTC (rev 73947)
@@ -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