[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/securitypolicy/browser/manage_roleform.pt Mutating requests should POST, not get.

Jim Fulton jim at zope.com
Mon Feb 7 16:33:46 EST 2005


Log message for revision 29075:
  Mutating requests should POST, not get.
  

Changed:
  U   Zope3/trunk/src/zope/app/securitypolicy/browser/manage_roleform.pt

-=-
Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/manage_roleform.pt
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/manage_roleform.pt	2005-02-07 16:22:42 UTC (rev 29074)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/manage_roleform.pt	2005-02-07 21:33:46 UTC (rev 29075)
@@ -22,7 +22,7 @@
     </p>
 
 
-    <form action="AllRolePermissions.html" method="get">
+    <form action="AllRolePermissions.html" method="POST">
       <input type="hidden" name="role_id" value="Role ID"
              tal:attributes="value role/id" />
 



More information about the Zope3-Checkins mailing list