You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/21 22:50:56 UTC

svn commit: r767287 - /ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl

Author: jleroux
Date: Tue Apr 21 20:50:56 2009
New Revision: 767287

URL: http://svn.apache.org/viewvc?rev=767287&view=rev
Log:
Should fix this non secured URL (no method was present and method=GET is the default)

Modified:
    ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl?rev=767287&r1=767286&r2=767287&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl Tue Apr 21 20:50:56 2009
@@ -41,7 +41,7 @@
             <#assign shipmentPackageContents = shipmentPackageData.shipmentPackageContents?if_exists>
             <#assign shipmentPackageRouteSegs = shipmentPackageData.shipmentPackageRouteSegs?if_exists>
             <#assign weightUom = shipmentPackageData.weightUom?if_exists>
-            <form action="<@o...@ofbizUrl>" name="updateShipmentPackageForm${shipmentPackageData_index}">
+            <form method="post" action="<@o...@ofbizUrl>" name="updateShipmentPackageForm${shipmentPackageData_index}">
             <input type="hidden" name="shipmentId" value="${shipmentId}"/>
             <input type="hidden" name="shipmentPackageSeqId" value="${shipmentPackage.shipmentPackageSeqId}"/>
             <tr valign="middle"<#if alt_row> class="alternate-row"</#if>>