Author: jleroux
Date: Thu Nov 23 16:13:43 2017
New Revision: 1816167
URL:
http://svn.apache.org/viewvc?rev=1816167&view=revLog:
After OFBIZ-9537, OFBIZ-9653, OFBIZ-9914 use Deepak's suggestion at
http://markmail.org/message/fnanwil63wogsfqc to update the documentation
We need now to check that the request-redirect which use no
redirect-param attribute are doing what they are supposed to do...
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=1816167&r1=1816166&r2=1816167&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd Thu Nov 23 16:13:43 2017
@@ -573,7 +573,8 @@ under the License.
<xs:enumeration value="request">
<xs:annotation>
<xs:documentation>
- Internally chains to another request
+ Internally chains to another request.
+ Automatically redirect all current request parameters to the new request
</xs:documentation>
</xs:annotation>
</xs:enumeration>
@@ -581,7 +582,7 @@ under the License.
<xs:annotation>
<xs:documentation>
Send a redirect down to the browser telling it to go to the new request.
- Automatically redirect all current request parameters to the new request or only redirected parameters if specified.
+ Redirect only mentioned request parameters in controller.xml, using redirect-param attribute
</xs:documentation>
</xs:annotation>
</xs:enumeration>