Author: hansbak
Date: Wed Oct 11 15:15:49 2006
New Revision: 462999
URL:
http://svn.apache.org/viewvc?view=rev&rev=462999Log:
update the xsd to add the 'request-redirect-noparam' parameter in revision 462775
Modified:
incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
Modified: incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?view=diff&rev=462999&r1=462998&r2=462999==============================================================================
--- incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Wed Oct 11 15:15:49 2006
@@ -172,6 +172,7 @@
<xs:enumeration value="view"/>
<xs:enumeration value="request"/>
<xs:enumeration value="request-redirect"/>
+ <xs:enumeration value="request-redirect-noparam"/>
<xs:enumeration value="url"/>
</xs:restriction>
</xs:simpleType>