You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sh...@apache.org on 2018/07/04 05:32:10 UTC

svn commit: r1835043 - /ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd

Author: shijh
Date: Wed Jul  4 05:32:10 2018
New Revision: 1835043

URL: http://svn.apache.org/viewvc?rev=1835043&view=rev
Log:
Reverted: Add method attribute to request-map to controll a uri can be called GET or POST only
OFBIZ-10438

Forgot to revert site-conf.xsd.

Modified:
    ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd

Modified: ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd?rev=1835043&r1=1835042&r2=1835043&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd Wed Jul  4 05:32:10 2018
@@ -216,24 +216,6 @@ under the License.
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
-        <xs:attribute name="method" use="optional" default="all">
-            <xs:annotation>
-                <xs:documentation>
-                    The HTTP of this request. This will be the HTTP method used to access the request.
-                </xs:documentation>
-            </xs:annotation>
-            <xs:simpleType>
-                <xs:restriction base="xs:token">
-                    <xs:enumeration value="get"/>
-                    <xs:enumeration value="post"/>
-                    <xs:enumeration value="put"/>
-                    <xs:enumeration value="delete"/>
-                    <xs:enumeration value="patch"/>
-                    <xs:enumeration value="options"/>
-                    <xs:enumeration value="all"/>
-                </xs:restriction>
-            </xs:simpleType>
-        </xs:attribute>
         <xs:attribute type="xs:boolean" name="edit" default="true">
             <xs:annotation>
                 <xs:documentation>