|
Author: jleroux
Date: Sat Jun 9 07:42:17 2012 New Revision: 1348333 URL: http://svn.apache.org/viewvc?rev=1348333&view=rev Log: "Applied fix from trunk for revision: 1347762" ------------------------------------------------------------------------ r1347762 | jleroux | 2012-06-07 21:25:30 +0200 (jeu., 07 juin 2012) | 8 lines Small improvement: * Adds "cross-redirect" * Improve doc for ** request-redirect ** request-redirect-noparam ** url ------------------------------------------------------------------------ Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd Propchange: ofbiz/branches/release10.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1347762 Modified: ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd?rev=1348333&r1=1348332&r2=1348333&view=diff ============================================================================== --- ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd (original) +++ ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd Sat Jun 9 07:42:17 2012 @@ -442,7 +442,8 @@ under the License. request, request-redirect, request-redirect-noparam, - url + url, + cross-redirect </xs:documentation> </xs:annotation> <xs:simpleType> @@ -502,7 +503,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. + Automatically redirect all current request parameters to the new request or only redirected parameters if specified. </xs:documentation> </xs:annotation> </xs:enumeration> @@ -510,14 +511,21 @@ under the License. <xs:annotation> <xs:documentation> Send a redirect down to the browser telling it to go to the new request. - No current request parameters are sent to the new request. + No current request parameters are sent to the new request, nor redirected parameters if specified. </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="url"> <xs:annotation> <xs:documentation> - Any URL, relative or absolute + Any URL, relative or absolute. Redirected parameters are not used, you can put them in the url. + </xs:documentation> + </xs:annotation> + </xs:enumeration> + <xs:enumeration value="cross-redirect"> + <xs:annotation> + <xs:documentation> + Works like URL but you can also pass redirected parameters. </xs:documentation> </xs:annotation> </xs:enumeration> |
| Free forum by Nabble | Edit this page |
