Author: jleroux Date: Tue Oct 9 08:16:01 2018 New Revision: 1843225 URL: http://svn.apache.org/viewvc?rev=1843225&view=rev Log: Documented: Wrong handling of response type "cross-redirect" (OFBIZ-10569)
The documentation was wrong, this fixes it Thanks: Dennis Balkir for the report and discussion 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=1843225&r1=1843224&r2=1843225&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd (original) +++ ofbiz/ofbiz-framework/trunk/framework/webapp/dtd/site-conf.xsd Tue Oct 9 08:16:01 2018 @@ -555,7 +555,7 @@ under the License. <xs:enumeration value="cross-redirect"> <xs:annotation> <xs:documentation> - Works like URL but you can also pass redirected parameters. + Works like request-redirect for cross applications calls. </xs:documentation> </xs:annotation> </xs:enumeration>