Changeset 1754
- Timestamp:
- 09/01/08 13:47:02 (4 months ago)
- Files:
-
- coldbox/trunk/system/controller.cfc (modified) (2 diffs)
- coldbox/trunk/system/frameworkSupertype.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
coldbox/trunk/system/controller.cfc
r1610 r1754 315 315 <cfargument name="persist" hint="What request collection keys to persist in the relocation" required="false" type="string" default=""> 316 316 <cfargument name="varStruct" required="false" type="struct" hint="A structure key-value pairs to persist."> 317 <cfargument name="addToken" hint="Wether to add the tokens or not. Default is false" type="boolean" required="false" default="false" > 317 318 <!--- ************************************************************* ---> 318 319 <Cfset var routeLocation = getSetting("sesBaseURL")> … … 332 333 333 334 <!--- Reroute ---> 334 <cflocation url="#routeLocation#" addtoken=" no">335 <cflocation url="#routeLocation#" addtoken="#arguments.addToken#"> 335 336 </cffunction> 336 337 coldbox/trunk/system/frameworkSupertype.cfc
r1749 r1754 195 195 <cfargument name="persist" hint="What request collection keys to persist in the relocation" required="false" type="string" default=""> 196 196 <cfargument name="varStruct" required="false" type="struct" hint="A structure key-value pairs to persist."> 197 <cfargument name="addToken" hint="Wether to add the tokens or not. Default is false" type="boolean" required="false" default="false" > 197 198 <!--- ************************************************************* ---> 198 199 <cfset controller.setNextRoute(argumentCollection=arguments)>
